Shades of Sangria #77050A
Tints of Sangria #77050A
RGB
CMYK
RGB Variations
Color information
#77050A (or 0x77050A) is known color: Sangria. HEX triplet: 77, 05 and 0A. RGB value is (119,5,10). Sum of RGB (Red+Green+Blue) = 119+5+10=134 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.81% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 119 - color contains mainly: red. Hex color #77050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77050A is #88FAF5. Grayscale: #272727. Windows color (decimal): -8977142 or 656759. OLE color: 656759.
HSL color Cylindrical-coordinate representation of color #77050A: hue angle of 357.37º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77050A is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 10 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.53 |
| HSL | 357.37º | 0.92% | 0.24% | - |
| HSV(B) | 357.37º | 0.96% | 0.47% | - |
| XYZ | 7.72 | 4.05 | 0.66 | - |
| YUV | 39.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 10 | 0 | 0.96 | 0.92 | 0.53 | 357.37 | 0.92 | 0.24 |
| Hex | 77 | 5 | A | 0 | 60 | 5C | 35 | 165 | 5C | 18 |
| Octal | 167 | 5 | 12 | 0 | 140 | 134 | 65 | 545 | 134 | 30 |
| Binary | 1110111 | 101 | 1010 | 0 | 1100000 | 1011100 | 110101 | 101100101 | 1011100 | 11000 |
Color Harmonies of #77050A
Complementary color
Monochromatic Colors of #77050A
Black with #77050A
Text Example
Text Example
White with #77050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77050A; }
p { color: rgb(119,5,10); }
H1.HeaderClassName
{
color: #77050A;
}
.AnyTagClassName
{
color: #77050A;
}
</style>
background-color css
<style>
a { background-color: #77050A; }
a { background-color: rgb(119,5,10); }
div.DivClassName
{
background-color: #77050A;
}
.BgClassName
{
background-color: #77050A;
}
</style>
border-color css
<style>
span { border-color: #77050A; }
span { border-color: rgb(119,5,10); }
td.TdClassName
{
border-color: #77050A;
}
.TagClassName
{
border-color: #77050A;
}
</style>