#790708

Color #790708 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #790708

Tints of Sangria #790708

Color information

#790708 (or 0x790708) is unknown color: approx Sangria. HEX triplet: 79, 07 and 08. RGB value is (121,7,8). Sum of RGB (Red+Green+Blue) = 121+7+8=136 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.97% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 121 - color contains mainly: red. Hex color #790708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790708 is #86F8F7. Grayscale: #292929. Windows color (decimal): -8845560 or 526201. OLE color: 526201.

HSL color Cylindrical-coordinate representation of color #790708: hue angle of 359.47º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790708 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB12178-
CMYK00.940.930.53
HSL359.47º89.06%25.1%-
HSV(B)359.47º94.21%47.45%-
XYZ84.230.63-
YUV41.2109.27184.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 88.97%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 8 (3.52% from 255) = 5.88%
R=88.97%
G=5.15%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217800.940.930.53359.4789.0625.1
Hex797805E5D351675919
Octal17171001361356554713131
Binary11110011111000010111101011101110101101100111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790708; }

 p { color: rgb(121,7,8); }

 H1.HeaderClassName
 {
   color: #790708;
 }
 .AnyTagClassName
 {
   color: #790708;
 }
</style>
background-color css

<style>
 a { background-color: #790708; }

 a { background-color: rgb(121,7,8); }

 div.DivClassName
 {
   background-color: #790708;
 }
 .BgClassName
 {
   background-color: #790708;
 }
</style>
border-color css

<style>
 span { border-color: #790708; }

 span { border-color: rgb(121,7,8); }

 td.TdClassName
 {
   border-color: #790708;
 }
 .TagClassName
 {
   border-color: #790708;
 }
</style>