Html Css Color HEX #78080A Sangria

📋 copy color: '#78080A'

red 120 ◦ green 8 ◦ blue 10

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

Shades of Sangria #78080A

Tints of Sangria #78080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.8%

 BLUE value IS 10 (4.3% from 255) = 7.25%

R = 86.96%
G = 5.8%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#78080A (or 0x78080A) is known color: Sangria. HEX triplet: 78, 08 and 0A. RGB value is (120,8,10). Sum of RGB (Red+Green+Blue) = 120+8+10=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #78080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78080A is #87F7F5. Grayscale: #292929. Windows color (decimal): -8910838 or 657528. OLE color: 657528.

HSL color Cylindrical-coordinate representation of color #78080A: hue angle of 358.93º 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 #78080A is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 10 -
CMYK 0 0.93 0.92 0.53
HSL 358.93º 0.88% 0.25% -
HSV(B) 358.93º 0.93% 0.47% -
XYZ 7.89 4.19 0.68 -
YUV 41.72 110.11 183.84 -
System Red Green Blue C M Y K H S L
Decimal 120 8 10 0 0.93 0.92 0.53 358.93 0.88 0.25
Hex 78 8 A 0 5D 5C 35 167 58 19
Octal 170 10 12 0 135 134 65 547 130 31
Binary 1111000 1000 1010 0 1011101 1011100 110101 101100111 1011000 11001

Color Harmonies of #78080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78080A

Black with #78080A

Text Example


Text Example

White with #78080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78080A;
 }
 .AnyTagClassName
 {
   color: #78080A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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