#78080C

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

Shades of Sangria #78080C

Tints of Sangria #78080C

Color information

#78080C (or 0x78080C) is unknown color: approx Sangria. HEX triplet: 78, 08 and 0C. RGB value is (120,8,12). Sum of RGB (Red+Green+Blue) = 120+8+12=140 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.71% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 120 - color contains mainly: red. Hex color #78080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78080C is #87F7F3. Grayscale: #2A2A2A. Windows color (decimal): -8910836 or 788600. OLE color: 788600.

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

Color convert

RGB120812-
CMYK00.930.900.53
HSL357.86º87.5%25.1%-
HSV(B)357.86º93.33%47.06%-
XYZ7.94.190.74-
YUV41.94111.11183.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 85.71%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 12 (5.08% from 255) = 8.57%
R=85.71%
G=5.71%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12081200.930.900.53357.8687.525.1
Hex788C05D5A351665819
Octal170101401351326554613031
Binary111100010001100010111011011010110101101100110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78080C; }

 p { color: rgb(120,8,12); }

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

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

 a { background-color: rgb(120,8,12); }

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

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

 span { border-color: rgb(120,8,12); }

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