Shades of Sangria #760204
Tints of Sangria #760204
RGB
CMYK
RGB Variations
Color information
#760204 (or 0x760204) is known color: Sangria. HEX triplet: 76, 02 and 04. RGB value is (118,2,4). Sum of RGB (Red+Green+Blue) = 118+2+4=124 (16% of max value = 765). Red value is 118 (46.48% from 255 or 95.16% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 118 - color contains mainly: red. Hex color #760204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760204 is #89FDFB. Grayscale: #252525. Windows color (decimal): -9043452 or 262774. OLE color: 262774.
HSL color Cylindrical-coordinate representation of color #760204: hue angle of 358.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760204 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 4 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.54 |
| HSL | 358.97º | 0.97% | 0.24% | - |
| HSV(B) | 358.97º | 0.98% | 0.46% | - |
| XYZ | 7.51 | 3.9 | 0.47 | - |
| YUV | 36.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 4 | 0 | 0.98 | 0.97 | 0.54 | 358.97 | 0.97 | 0.24 |
| Hex | 76 | 2 | 4 | 0 | 62 | 61 | 36 | 167 | 61 | 18 |
| Octal | 166 | 2 | 4 | 0 | 142 | 141 | 66 | 547 | 141 | 30 |
| Binary | 1110110 | 10 | 100 | 0 | 1100010 | 1100001 | 110110 | 101100111 | 1100001 | 11000 |
Color Harmonies of #760204
Complementary color
Monochromatic Colors of #760204
Black with #760204
Text Example
Text Example
White with #760204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760204; }
p { color: rgb(118,2,4); }
H1.HeaderClassName
{
color: #760204;
}
.AnyTagClassName
{
color: #760204;
}
</style>
background-color css
<style>
a { background-color: #760204; }
a { background-color: rgb(118,2,4); }
div.DivClassName
{
background-color: #760204;
}
.BgClassName
{
background-color: #760204;
}
</style>
border-color css
<style>
span { border-color: #760204; }
span { border-color: rgb(118,2,4); }
td.TdClassName
{
border-color: #760204;
}
.TagClassName
{
border-color: #760204;
}
</style>