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