Shades of Sangria #77060B
Tints of Sangria #77060B
RGB
CMYK
RGB Variations
Color information
#77060B (or 0x77060B) is known color: Sangria. HEX triplet: 77, 06 and 0B. RGB value is (119,6,11). Sum of RGB (Red+Green+Blue) = 119+6+11=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #77060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77060B is #88F9F4. Grayscale: #282828. Windows color (decimal): -8976885 or 722551. OLE color: 722551.
HSL color Cylindrical-coordinate representation of color #77060B: hue angle of 357.35º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77060B is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 11 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.53 |
| HSL | 357.35º | 0.9% | 0.25% | - |
| HSV(B) | 357.35º | 0.95% | 0.47% | - |
| XYZ | 7.73 | 4.08 | 0.7 | - |
| YUV | 40.36 | 111.44 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 11 | 0 | 0.95 | 0.91 | 0.53 | 357.35 | 0.9 | 0.25 |
| Hex | 77 | 6 | B | 0 | 5F | 5B | 35 | 165 | 5A | 19 |
| Octal | 167 | 6 | 13 | 0 | 137 | 133 | 65 | 545 | 132 | 31 |
| Binary | 1110111 | 110 | 1011 | 0 | 1011111 | 1011011 | 110101 | 101100101 | 1011010 | 11001 |
Color Harmonies of #77060B
Complementary color
Monochromatic Colors of #77060B
Black with #77060B
Text Example
Text Example
White with #77060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77060B; }
p { color: rgb(119,6,11); }
H1.HeaderClassName
{
color: #77060B;
}
.AnyTagClassName
{
color: #77060B;
}
</style>
background-color css
<style>
a { background-color: #77060B; }
a { background-color: rgb(119,6,11); }
div.DivClassName
{
background-color: #77060B;
}
.BgClassName
{
background-color: #77060B;
}
</style>
border-color css
<style>
span { border-color: #77060B; }
span { border-color: rgb(119,6,11); }
td.TdClassName
{
border-color: #77060B;
}
.TagClassName
{
border-color: #77060B;
}
</style>