Html Css Color HEX #780608 Sangria

📋 copy color: '#780608'

red 120 ◦ green 6 ◦ blue 8

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

Shades of Sangria #780608

Tints of Sangria #780608

RGB

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

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

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

R = 89.55%
G = 4.48%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#780608 (or 0x780608) is known color: Sangria. HEX triplet: 78, 06 and 08. RGB value is (120,6,8). Sum of RGB (Red+Green+Blue) = 120+6+8=134 (17% of max value = 765). Red value is 120 (47.27% from 255 or 89.55% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 120 - color contains mainly: red. Hex color #780608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780608 is #87F9F7. Grayscale: #282828. Windows color (decimal): -8911352 or 525944. OLE color: 525944.

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

Color convert

RGB 120 6 8 -
CMYK 0 0.95 0.93 0.53
HSL 358.95º 0.9% 0.25% -
HSV(B) 358.95º 0.95% 0.47% -
XYZ 7.85 4.14 0.62 -
YUV 40.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 120 6 8 0 0.95 0.93 0.53 358.95 0.9 0.25
Hex 78 6 8 0 5F 5D 35 167 5A 19
Octal 170 6 10 0 137 135 65 547 132 31
Binary 1111000 110 1000 0 1011111 1011101 110101 101100111 1011010 11001

Color Harmonies of #780608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780608

Black with #780608

Text Example


Text Example

White with #780608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780608; }

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

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

background-color css

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

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

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

border-color css

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

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

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