Html Css Color HEX #78050C Sangria

📋 copy color: '#78050C'

red 120 ◦ green 5 ◦ blue 12

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

Shades of Sangria #78050C

Tints of Sangria #78050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

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

R = 87.59%
G = 3.65%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78050C (or 0x78050C) is known color: Sangria. HEX triplet: 78, 05 and 0C. RGB value is (120,5,12). Sum of RGB (Red+Green+Blue) = 120+5+12=137 (18% of max value = 765). Red value is 120 (47.27% from 255 or 87.59% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 120 - color contains mainly: red. Hex color #78050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78050C is #87FAF3. Grayscale: #282828. Windows color (decimal): -8911604 or 787832. OLE color: 787832.

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

Color convert

RGB 120 5 12 -
CMYK 0 0.96 0.90 0.53
HSL 356.35º 0.92% 0.25% -
HSV(B) 356.35º 0.96% 0.47% -
XYZ 7.87 4.13 0.73 -
YUV 40.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 120 5 12 0 0.96 0.90 0.53 356.35 0.92 0.25
Hex 78 5 C 0 60 5A 35 164 5C 19
Octal 170 5 14 0 140 132 65 544 134 31
Binary 1111000 101 1100 0 1100000 1011010 110101 101100100 1011100 11001

Color Harmonies of #78050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78050C

Black with #78050C

Text Example


Text Example

White with #78050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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