Shades of Sangria #760008
Tints of Sangria #760008
RGB
CMYK
RGB Variations
Color information
#760008 (or 0x760008) is known color: Sangria. HEX triplet: 76, 00 and 08. RGB value is (118,0,8). Sum of RGB (Red+Green+Blue) = 118+0+8=126 (16% of max value = 765). Red value is 118 (46.48% from 255 or 93.65% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 118 - color contains mainly: red. Hex color #760008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760008 is #89FFF7. Grayscale: #242424. Windows color (decimal): -9043960 or 524406. OLE color: 524406.
HSL color Cylindrical-coordinate representation of color #760008: hue angle of 355.93º 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 #760008 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.93 | 0.54 |
| HSL | 355.93º | 1% | 0.23% | - |
| HSV(B) | 355.93º | 1% | 0.46% | - |
| XYZ | 7.52 | 3.87 | 0.58 | - |
| YUV | 36.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 8 | 0 | 1 | 0.93 | 0.54 | 355.93 | 1 | 0.23 |
| Hex | 76 | 0 | 8 | 0 | 64 | 5D | 36 | 164 | 64 | 17 |
| Octal | 166 | 0 | 10 | 0 | 144 | 135 | 66 | 544 | 144 | 27 |
| Binary | 1110110 | 0 | 1000 | 0 | 1100100 | 1011101 | 110110 | 101100100 | 1100100 | 10111 |
Color Harmonies of #760008
Complementary color
Monochromatic Colors of #760008
Black with #760008
Text Example
Text Example
White with #760008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760008; }
p { color: rgb(118,0,8); }
H1.HeaderClassName
{
color: #760008;
}
.AnyTagClassName
{
color: #760008;
}
</style>
background-color css
<style>
a { background-color: #760008; }
a { background-color: rgb(118,0,8); }
div.DivClassName
{
background-color: #760008;
}
.BgClassName
{
background-color: #760008;
}
</style>
border-color css
<style>
span { border-color: #760008; }
span { border-color: rgb(118,0,8); }
td.TdClassName
{
border-color: #760008;
}
.TagClassName
{
border-color: #760008;
}
</style>