Shades of Sangria #760004
Tints of Sangria #760004
RGB
CMYK
RGB Variations
Color information
#760004 (or 0x760004) is known color: Sangria. HEX triplet: 76, 00 and 04. RGB value is (118,0,4). Sum of RGB (Red+Green+Blue) = 118+0+4=122 (16% of max value = 765). Red value is 118 (46.48% from 255 or 96.72% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 118 - color contains mainly: red. Hex color #760004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760004 is #89FFFB. Grayscale: #232323. Windows color (decimal): -9043964 or 262262. OLE color: 262262.
HSL color Cylindrical-coordinate representation of color #760004: hue angle of 357.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760004 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.97 | 0.54 |
| HSL | 357.97º | 1% | 0.23% | - |
| HSV(B) | 357.97º | 1% | 0.46% | - |
| XYZ | 7.49 | 3.86 | 0.47 | - |
| YUV | 35.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 4 | 0 | 1 | 0.97 | 0.54 | 357.97 | 1 | 0.23 |
| Hex | 76 | 0 | 4 | 0 | 64 | 61 | 36 | 166 | 64 | 17 |
| Octal | 166 | 0 | 4 | 0 | 144 | 141 | 66 | 546 | 144 | 27 |
| Binary | 1110110 | 0 | 100 | 0 | 1100100 | 1100001 | 110110 | 101100110 | 1100100 | 10111 |
Color Harmonies of #760004
Complementary color
Monochromatic Colors of #760004
Black with #760004
Text Example
Text Example
White with #760004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760004; }
p { color: rgb(118,0,4); }
H1.HeaderClassName
{
color: #760004;
}
.AnyTagClassName
{
color: #760004;
}
</style>
background-color css
<style>
a { background-color: #760004; }
a { background-color: rgb(118,0,4); }
div.DivClassName
{
background-color: #760004;
}
.BgClassName
{
background-color: #760004;
}
</style>
border-color css
<style>
span { border-color: #760004; }
span { border-color: rgb(118,0,4); }
td.TdClassName
{
border-color: #760004;
}
.TagClassName
{
border-color: #760004;
}
</style>