Shades of Sangria #770009
Tints of Sangria #770009
RGB
CMYK
RGB Variations
Color information
#770009 (or 0x770009) is known color: Sangria. HEX triplet: 77, 00 and 09. RGB value is (119,0,9). Sum of RGB (Red+Green+Blue) = 119+0+9=128 (16% of max value = 765). Red value is 119 (46.88% from 255 or 92.97% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 119 - color contains mainly: red. Hex color #770009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770009 is #88FFF6. Grayscale: #242424. Windows color (decimal): -8978423 or 589943. OLE color: 589943.
HSL color Cylindrical-coordinate representation of color #770009: hue angle of 355.46º 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 #770009 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.92 | 0.53 |
| HSL | 355.46º | 1% | 0.23% | - |
| HSV(B) | 355.46º | 1% | 0.47% | - |
| XYZ | 7.66 | 3.94 | 0.62 | - |
| YUV | 36.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 9 | 0 | 1 | 0.92 | 0.53 | 355.46 | 1 | 0.23 |
| Hex | 77 | 0 | 9 | 0 | 64 | 5C | 35 | 163 | 64 | 17 |
| Octal | 167 | 0 | 11 | 0 | 144 | 134 | 65 | 543 | 144 | 27 |
| Binary | 1110111 | 0 | 1001 | 0 | 1100100 | 1011100 | 110101 | 101100011 | 1100100 | 10111 |
Color Harmonies of #770009
Complementary color
Monochromatic Colors of #770009
Black with #770009
Text Example
Text Example
White with #770009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770009; }
p { color: rgb(119,0,9); }
H1.HeaderClassName
{
color: #770009;
}
.AnyTagClassName
{
color: #770009;
}
</style>
background-color css
<style>
a { background-color: #770009; }
a { background-color: rgb(119,0,9); }
div.DivClassName
{
background-color: #770009;
}
.BgClassName
{
background-color: #770009;
}
</style>
border-color css
<style>
span { border-color: #770009; }
span { border-color: rgb(119,0,9); }
td.TdClassName
{
border-color: #770009;
}
.TagClassName
{
border-color: #770009;
}
</style>