Shades of Sangria #770008
Tints of Sangria #770008
RGB
CMYK
RGB Variations
Color information
#770008 (or 0x770008) is known color: Sangria. HEX triplet: 77, 00 and 08. RGB value is (119,0,8). Sum of RGB (Red+Green+Blue) = 119+0+8=127 (16% of max value = 765). Red value is 119 (46.88% from 255 or 93.70% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 119 - color contains mainly: red. Hex color #770008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770008 is #88FFF7. Grayscale: #242424. Windows color (decimal): -8978424 or 524407. OLE color: 524407.
HSL color Cylindrical-coordinate representation of color #770008: hue angle of 355.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 #770008 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.93 | 0.53 |
| HSL | 355.97º | 1% | 0.23% | - |
| HSV(B) | 355.97º | 1% | 0.47% | - |
| XYZ | 7.65 | 3.94 | 0.59 | - |
| YUV | 36.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 8 | 0 | 1 | 0.93 | 0.53 | 355.97 | 1 | 0.23 |
| Hex | 77 | 0 | 8 | 0 | 64 | 5D | 35 | 164 | 64 | 17 |
| Octal | 167 | 0 | 10 | 0 | 144 | 135 | 65 | 544 | 144 | 27 |
| Binary | 1110111 | 0 | 1000 | 0 | 1100100 | 1011101 | 110101 | 101100100 | 1100100 | 10111 |
Color Harmonies of #770008
Complementary color
Monochromatic Colors of #770008
Black with #770008
Text Example
Text Example
White with #770008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770008; }
p { color: rgb(119,0,8); }
H1.HeaderClassName
{
color: #770008;
}
.AnyTagClassName
{
color: #770008;
}
</style>
background-color css
<style>
a { background-color: #770008; }
a { background-color: rgb(119,0,8); }
div.DivClassName
{
background-color: #770008;
}
.BgClassName
{
background-color: #770008;
}
</style>
border-color css
<style>
span { border-color: #770008; }
span { border-color: rgb(119,0,8); }
td.TdClassName
{
border-color: #770008;
}
.TagClassName
{
border-color: #770008;
}
</style>