#770408

Color #770408 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #770408

Tints of Sangria #770408

Color information

#770408 (or 0x770408) is unknown color: approx Sangria. HEX triplet: 77, 04 and 08. RGB value is (119,4,8). Sum of RGB (Red+Green+Blue) = 119+4+8=131 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.84% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 119 - color contains mainly: red. Hex color #770408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770408 is #88FBF7. Grayscale: #262626. Windows color (decimal): -8977400 or 525431. OLE color: 525431.

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

Color convert

RGB11948-
CMYK00.970.930.53
HSL357.91º93.5%24.12%-
HSV(B)357.91º96.64%46.67%-
XYZ7.694.030.6-
YUV38.84110.6185.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 90.84%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 8 (3.52% from 255) = 6.11%
R=90.84%
G=3.05%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194800.970.930.53357.9193.524.12
Hex77480615D351665d18
Octal16741001411356554613530
Binary11101111001000011000011011101110101101100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770408; }

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

 H1.HeaderClassName
 {
   color: #770408;
 }
 .AnyTagClassName
 {
   color: #770408;
 }
</style>
background-color css

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

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

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

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

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

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