Shades of Sangria #76090C
Tints of Sangria #76090C
RGB
CMYK
RGB Variations
Color information
#76090C (or 0x76090C) is known color: Sangria. HEX triplet: 76, 09 and 0C. RGB value is (118,9,12). Sum of RGB (Red+Green+Blue) = 118+9+12=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #76090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76090C is #89F6F3. Grayscale: #2A2A2A. Windows color (decimal): -9041652 or 788854. OLE color: 788854.
HSL color Cylindrical-coordinate representation of color #76090C: hue angle of 358.35º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76090C is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 12 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.54 |
| HSL | 358.35º | 0.86% | 0.25% | - |
| HSV(B) | 358.35º | 0.92% | 0.46% | - |
| XYZ | 7.64 | 4.07 | 0.73 | - |
| YUV | 41.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 12 | 0 | 0.92 | 0.90 | 0.54 | 358.35 | 0.86 | 0.25 |
| Hex | 76 | 9 | C | 0 | 5C | 5A | 36 | 166 | 56 | 19 |
| Octal | 166 | 11 | 14 | 0 | 134 | 132 | 66 | 546 | 126 | 31 |
| Binary | 1110110 | 1001 | 1100 | 0 | 1011100 | 1011010 | 110110 | 101100110 | 1010110 | 11001 |
Color Harmonies of #76090C
Complementary color
Monochromatic Colors of #76090C
Black with #76090C
Text Example
Text Example
White with #76090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76090C; }
p { color: rgb(118,9,12); }
H1.HeaderClassName
{
color: #76090C;
}
.AnyTagClassName
{
color: #76090C;
}
</style>
background-color css
<style>
a { background-color: #76090C; }
a { background-color: rgb(118,9,12); }
div.DivClassName
{
background-color: #76090C;
}
.BgClassName
{
background-color: #76090C;
}
</style>
border-color css
<style>
span { border-color: #76090C; }
span { border-color: rgb(118,9,12); }
td.TdClassName
{
border-color: #76090C;
}
.TagClassName
{
border-color: #76090C;
}
</style>