#78040C

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

Shades of Sangria #78040C

Tints of Sangria #78040C

Color information

#78040C (or 0x78040C) is unknown color: approx Sangria. HEX triplet: 78, 04 and 0C. RGB value is (120,4,12). Sum of RGB (Red+Green+Blue) = 120+4+12=136 (18% of max value = 765). Red value is 120 (47.27% from 255 or 88.24% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 120 - color contains mainly: red. Hex color #78040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78040C is #87FBF3. Grayscale: #272727. Windows color (decimal): -8911860 or 787576. OLE color: 787576.

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

Color convert

RGB120412-
CMYK00.970.900.53
HSL355.86º93.55%24.31%-
HSV(B)355.86º96.67%47.06%-
XYZ7.864.110.73-
YUV39.6112.43185.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 88.24%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 12 (5.08% from 255) = 8.82%
R=88.24%
G=2.94%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12041200.970.900.53355.8693.5524.31
Hex784C0615A351645e18
Octal17041401411326554413630
Binary11110001001100011000011011010110101101100100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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