Html Css Color HEX #78060C Sangria

📋 copy color: '#78060C'

red 120 ◦ green 6 ◦ blue 12

#78060C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #78060C

Tints of Sangria #78060C

RGB

 RED value IS 120 (47.27% from 255) = 86.96%

 GREEN value IS 6 (2.73% from 255) = 4.35%

 BLUE value IS 12 (5.08% from 255) = 8.7%

R = 86.96%
G = 4.35%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78060C (or 0x78060C) is known color: Sangria. HEX triplet: 78, 06 and 0C. RGB value is (120,6,12). Sum of RGB (Red+Green+Blue) = 120+6+12=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #78060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78060C is #87F9F3. Grayscale: #282828. Windows color (decimal): -8911348 or 788088. OLE color: 788088.

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

Color convert

RGB 120 6 12 -
CMYK 0 0.95 0.90 0.53
HSL 356.84º 0.9% 0.25% -
HSV(B) 356.84º 0.95% 0.47% -
XYZ 7.88 4.15 0.73 -
YUV 40.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 120 6 12 0 0.95 0.90 0.53 356.84 0.9 0.25
Hex 78 6 C 0 5F 5A 35 165 5A 19
Octal 170 6 14 0 137 132 65 545 132 31
Binary 1111000 110 1100 0 1011111 1011010 110101 101100101 1011010 11001

Color Harmonies of #78060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78060C

Black with #78060C

Text Example


Text Example

White with #78060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78060C;
 }
 .AnyTagClassName
 {
   color: #78060C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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