Html Css Color HEX #780408 Sangria

📋 copy color: '#780408'

red 120 ◦ green 4 ◦ blue 8

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

Shades of Sangria #780408

Tints of Sangria #780408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

 BLUE value IS 8 (3.52% from 255) = 6.06%

R = 90.91%
G = 3.03%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#780408 (or 0x780408) is known color: Sangria. HEX triplet: 78, 04 and 08. RGB value is (120,4,8). Sum of RGB (Red+Green+Blue) = 120+4+8=132 (17% of max value = 765). Red value is 120 (47.27% from 255 or 90.91% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 120 - color contains mainly: red. Hex color #780408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780408 is #87FBF7. Grayscale: #272727. Windows color (decimal): -8911864 or 525432. OLE color: 525432.

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

Color convert

RGB 120 4 8 -
CMYK 0 0.97 0.93 0.53
HSL 357.93º 0.94% 0.24% -
HSV(B) 357.93º 0.97% 0.47% -
XYZ 7.83 4.1 0.61 -
YUV 39.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 120 4 8 0 0.97 0.93 0.53 357.93 0.94 0.24
Hex 78 4 8 0 61 5D 35 166 5E 18
Octal 170 4 10 0 141 135 65 546 136 30
Binary 1111000 100 1000 0 1100001 1011101 110101 101100110 1011110 11000

Color Harmonies of #780408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780408

Black with #780408

Text Example


Text Example

White with #780408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780408; }

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

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

background-color css

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

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

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

border-color css

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

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

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