#78090C

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

Shades of Sangria #78090C

Tints of Sangria #78090C

Color information

#78090C (or 0x78090C) is unknown color: approx Sangria. HEX triplet: 78, 09 and 0C. RGB value is (120,9,12). Sum of RGB (Red+Green+Blue) = 120+9+12=141 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.11% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 120 - color contains mainly: red. Hex color #78090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78090C is #87F6F3. Grayscale: #2A2A2A. Windows color (decimal): -8910580 or 788856. OLE color: 788856.

HSL color Cylindrical-coordinate representation of color #78090C: hue angle of 358.38º degrees, saturation: 0.86, 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 #78090C is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB120912-
CMYK00.920.900.53
HSL358.38º86.05%25.29%-
HSV(B)358.38º92.5%47.06%-
XYZ7.914.210.74-
YUV42.53110.77183.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 85.11%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=85.11%
G=6.38%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12091200.920.900.53358.3886.0525.29
Hex789C05C5A351665619
Octal170111401341326554612631
Binary111100010011100010111001011010110101101100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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