#770006

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

Shades of Sangria #770006

Tints of Sangria #770006

Color information

#770006 (or 0x770006) is unknown color: approx Sangria. HEX triplet: 77, 00 and 06. RGB value is (119,0,6). Sum of RGB (Red+Green+Blue) = 119+0+6=125 (16% of max value = 765). Red value is 119 (46.88% from 255 or 95.2% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 119 - color contains mainly: red. Hex color #770006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770006 is #88FFF9. Grayscale: #242424. Windows color (decimal): -8978426 or 393335. OLE color: 393335.

HSL color Cylindrical-coordinate representation of color #770006: hue angle of 356.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770006 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB11906-
CMYK010.950.53
HSL356.97º100%23.33%-
HSV(B)356.97º100%46.67%-
XYZ7.643.940.53-
YUV36.26110.92187.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 95.2%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 4.8%
R=95.2%
G=0%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11906010.950.53356.9710023.33
Hex77060645F351656417
Octal1670601441376554514427
Binary11101110110011001001011111110101101100101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770006; }

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

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

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

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

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

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

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

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