Shades of Sangria #770809
Tints of Sangria #770809
RGB
CMYK
RGB Variations
Color information
#770809 (or 0x770809) is known color: Sangria. HEX triplet: 77, 08 and 09. RGB value is (119,8,9). Sum of RGB (Red+Green+Blue) = 119+8+9=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #770809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770809 is #88F7F6. Grayscale: #292929. Windows color (decimal): -8976375 or 591991. OLE color: 591991.
HSL color Cylindrical-coordinate representation of color #770809: hue angle of 359.46º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770809 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 9 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.53 |
| HSL | 359.46º | 0.87% | 0.25% | - |
| HSV(B) | 359.46º | 0.93% | 0.47% | - |
| XYZ | 7.74 | 4.12 | 0.64 | - |
| YUV | 41.3 | 109.77 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 9 | 0 | 0.93 | 0.92 | 0.53 | 359.46 | 0.87 | 0.25 |
| Hex | 77 | 8 | 9 | 0 | 5D | 5C | 35 | 167 | 57 | 19 |
| Octal | 167 | 10 | 11 | 0 | 135 | 134 | 65 | 547 | 127 | 31 |
| Binary | 1110111 | 1000 | 1001 | 0 | 1011101 | 1011100 | 110101 | 101100111 | 1010111 | 11001 |
Color Harmonies of #770809
Complementary color
Monochromatic Colors of #770809
Black with #770809
Text Example
Text Example
White with #770809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770809; }
p { color: rgb(119,8,9); }
H1.HeaderClassName
{
color: #770809;
}
.AnyTagClassName
{
color: #770809;
}
</style>
background-color css
<style>
a { background-color: #770809; }
a { background-color: rgb(119,8,9); }
div.DivClassName
{
background-color: #770809;
}
.BgClassName
{
background-color: #770809;
}
</style>
border-color css
<style>
span { border-color: #770809; }
span { border-color: rgb(119,8,9); }
td.TdClassName
{
border-color: #770809;
}
.TagClassName
{
border-color: #770809;
}
</style>