Shades of Sangria #76010A
Tints of Sangria #76010A
RGB
CMYK
RGB Variations
Color information
#76010A (or 0x76010A) is known color: Sangria. HEX triplet: 76, 01 and 0A. RGB value is (118,1,10). Sum of RGB (Red+Green+Blue) = 118+1+10=129 (17% of max value = 765). Red value is 118 (46.48% from 255 or 91.47% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 118 - color contains mainly: red. Hex color #76010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76010A is #89FEF5. Grayscale: #252525. Windows color (decimal): -9043702 or 655734. OLE color: 655734.
HSL color Cylindrical-coordinate representation of color #76010A: hue angle of 355.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76010A is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.54 |
| HSL | 355.38º | 0.98% | 0.23% | - |
| HSV(B) | 355.38º | 0.99% | 0.46% | - |
| XYZ | 7.54 | 3.9 | 0.64 | - |
| YUV | 37.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 10 | 0 | 0.99 | 0.92 | 0.54 | 355.38 | 0.98 | 0.23 |
| Hex | 76 | 1 | A | 0 | 63 | 5C | 36 | 163 | 62 | 17 |
| Octal | 166 | 1 | 12 | 0 | 143 | 134 | 66 | 543 | 142 | 27 |
| Binary | 1110110 | 1 | 1010 | 0 | 1100011 | 1011100 | 110110 | 101100011 | 1100010 | 10111 |
Color Harmonies of #76010A
Complementary color
Monochromatic Colors of #76010A
Black with #76010A
Text Example
Text Example
White with #76010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76010A; }
p { color: rgb(118,1,10); }
H1.HeaderClassName
{
color: #76010A;
}
.AnyTagClassName
{
color: #76010A;
}
</style>
background-color css
<style>
a { background-color: #76010A; }
a { background-color: rgb(118,1,10); }
div.DivClassName
{
background-color: #76010A;
}
.BgClassName
{
background-color: #76010A;
}
</style>
border-color css
<style>
span { border-color: #76010A; }
span { border-color: rgb(118,1,10); }
td.TdClassName
{
border-color: #76010A;
}
.TagClassName
{
border-color: #76010A;
}
</style>