#770608

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

Shades of Sangria #770608

Tints of Sangria #770608

Color information

#770608 (or 0x770608) is unknown color: approx Sangria. HEX triplet: 77, 06 and 08. RGB value is (119,6,8). Sum of RGB (Red+Green+Blue) = 119+6+8=133 (17% of max value = 765). Red value is 119 (46.88% from 255 or 89.47% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 119 - color contains mainly: red. Hex color #770608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770608 is #88F9F7. Grayscale: #282828. Windows color (decimal): -8976888 or 525943. OLE color: 525943.

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

Color convert

RGB11968-
CMYK00.950.930.53
HSL358.94º90.4%24.51%-
HSV(B)358.94º94.96%46.67%-
XYZ7.724.070.61-
YUV40.01109.94184.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 89.47%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=89.47%
G=4.51%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196800.950.930.53358.9490.424.51
Hex776805F5D351675a19
Octal16761001371356554713231
Binary11101111101000010111111011101110101101100111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770608; }

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

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

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

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

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

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

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

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