Shades of Sangria #770C0E
Tints of Sangria #770C0E
RGB
CMYK
RGB Variations
Color information
#770C0E (or 0x770C0E) is known color: Sangria. HEX triplet: 77, 0C and 0E. RGB value is (119,12,14). Sum of RGB (Red+Green+Blue) = 119+12+14=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #770C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C0E is #88F3F1. Grayscale: #2C2C2C. Windows color (decimal): -8975346 or 920695. OLE color: 920695.
HSL color Cylindrical-coordinate representation of color #770C0E: hue angle of 358.88º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C0E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 14 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.53 |
| HSL | 358.88º | 0.82% | 0.26% | - |
| HSV(B) | 358.88º | 0.9% | 0.47% | - |
| XYZ | 7.82 | 4.22 | 0.82 | - |
| YUV | 44.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 14 | 0 | 0.90 | 0.88 | 0.53 | 358.88 | 0.82 | 0.26 |
| Hex | 77 | C | E | 0 | 5A | 58 | 35 | 167 | 52 | 1A |
| Octal | 167 | 14 | 16 | 0 | 132 | 130 | 65 | 547 | 122 | 32 |
| Binary | 1110111 | 1100 | 1110 | 0 | 1011010 | 1011000 | 110101 | 101100111 | 1010010 | 11010 |
Color Harmonies of #770C0E
Complementary color
Monochromatic Colors of #770C0E
Black with #770C0E
Text Example
Text Example
White with #770C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C0E; }
p { color: rgb(119,12,14); }
H1.HeaderClassName
{
color: #770C0E;
}
.AnyTagClassName
{
color: #770C0E;
}
</style>
background-color css
<style>
a { background-color: #770C0E; }
a { background-color: rgb(119,12,14); }
div.DivClassName
{
background-color: #770C0E;
}
.BgClassName
{
background-color: #770C0E;
}
</style>
border-color css
<style>
span { border-color: #770C0E; }
span { border-color: rgb(119,12,14); }
td.TdClassName
{
border-color: #770C0E;
}
.TagClassName
{
border-color: #770C0E;
}
</style>