Shades of Sangria #760405
Tints of Sangria #760405
RGB
CMYK
RGB Variations
Color information
#760405 (or 0x760405) is known color: Sangria. HEX triplet: 76, 04 and 05. RGB value is (118,4,5). Sum of RGB (Red+Green+Blue) = 118+4+5=127 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.91% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 118 - color contains mainly: red. Hex color #760405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760405 is #89FBFA. Grayscale: #262626. Windows color (decimal): -9042939 or 328822. OLE color: 328822.
HSL color Cylindrical-coordinate representation of color #760405: hue angle of 359.47º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760405 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 4 | 5 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.54 |
| HSL | 359.47º | 0.93% | 0.24% | - |
| HSV(B) | 359.47º | 0.97% | 0.46% | - |
| XYZ | 7.54 | 3.95 | 0.51 | - |
| YUV | 38.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 5 | 0 | 0.97 | 0.96 | 0.54 | 359.47 | 0.93 | 0.24 |
| Hex | 76 | 4 | 5 | 0 | 61 | 60 | 36 | 167 | 5D | 18 |
| Octal | 166 | 4 | 5 | 0 | 141 | 140 | 66 | 547 | 135 | 30 |
| Binary | 1110110 | 100 | 101 | 0 | 1100001 | 1100000 | 110110 | 101100111 | 1011101 | 11000 |
Color Harmonies of #760405
Complementary color
Monochromatic Colors of #760405
Black with #760405
Text Example
Text Example
White with #760405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760405; }
p { color: rgb(118,4,5); }
H1.HeaderClassName
{
color: #760405;
}
.AnyTagClassName
{
color: #760405;
}
</style>
background-color css
<style>
a { background-color: #760405; }
a { background-color: rgb(118,4,5); }
div.DivClassName
{
background-color: #760405;
}
.BgClassName
{
background-color: #760405;
}
</style>
border-color css
<style>
span { border-color: #760405; }
span { border-color: rgb(118,4,5); }
td.TdClassName
{
border-color: #760405;
}
.TagClassName
{
border-color: #760405;
}
</style>