Shades of Sangria #77070C
Tints of Sangria #77070C
RGB
CMYK
RGB Variations
Color information
#77070C (or 0x77070C) is known color: Sangria. HEX triplet: 77, 07 and 0C. RGB value is (119,7,12). Sum of RGB (Red+Green+Blue) = 119+7+12=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #77070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77070C is #88F8F3. Grayscale: #292929. Windows color (decimal): -8976628 or 788343. OLE color: 788343.
HSL color Cylindrical-coordinate representation of color #77070C: hue angle of 357.32º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77070C is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 12 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.53 |
| HSL | 357.32º | 0.89% | 0.25% | - |
| HSV(B) | 357.32º | 0.94% | 0.47% | - |
| XYZ | 7.75 | 4.1 | 0.73 | - |
| YUV | 41.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 12 | 0 | 0.94 | 0.90 | 0.53 | 357.32 | 0.89 | 0.25 |
| Hex | 77 | 7 | C | 0 | 5E | 5A | 35 | 165 | 59 | 19 |
| Octal | 167 | 7 | 14 | 0 | 136 | 132 | 65 | 545 | 131 | 31 |
| Binary | 1110111 | 111 | 1100 | 0 | 1011110 | 1011010 | 110101 | 101100101 | 1011001 | 11001 |
Color Harmonies of #77070C
Complementary color
Monochromatic Colors of #77070C
Black with #77070C
Text Example
Text Example
White with #77070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77070C; }
p { color: rgb(119,7,12); }
H1.HeaderClassName
{
color: #77070C;
}
.AnyTagClassName
{
color: #77070C;
}
</style>
background-color css
<style>
a { background-color: #77070C; }
a { background-color: rgb(119,7,12); }
div.DivClassName
{
background-color: #77070C;
}
.BgClassName
{
background-color: #77070C;
}
</style>
border-color css
<style>
span { border-color: #77070C; }
span { border-color: rgb(119,7,12); }
td.TdClassName
{
border-color: #77070C;
}
.TagClassName
{
border-color: #77070C;
}
</style>