Shades of Sangria #760B0C
Tints of Sangria #760B0C
RGB
CMYK
RGB Variations
Color information
#760B0C (or 0x760B0C) is known color: Sangria. HEX triplet: 76, 0B and 0C. RGB value is (118,11,12). Sum of RGB (Red+Green+Blue) = 118+11+12=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B0C is #89F4F3. Grayscale: #2B2B2B. Windows color (decimal): -9041140 or 789366. OLE color: 789366.
HSL color Cylindrical-coordinate representation of color #760B0C: hue angle of 359.44º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B0C is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 12 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.54 |
| HSL | 359.44º | 0.83% | 0.25% | - |
| HSV(B) | 359.44º | 0.91% | 0.46% | - |
| XYZ | 7.66 | 4.12 | 0.74 | - |
| YUV | 43.11 | 110.45 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 12 | 0 | 0.91 | 0.90 | 0.54 | 359.44 | 0.83 | 0.25 |
| Hex | 76 | B | C | 0 | 5B | 5A | 36 | 167 | 53 | 19 |
| Octal | 166 | 13 | 14 | 0 | 133 | 132 | 66 | 547 | 123 | 31 |
| Binary | 1110110 | 1011 | 1100 | 0 | 1011011 | 1011010 | 110110 | 101100111 | 1010011 | 11001 |
Color Harmonies of #760B0C
Complementary color
Monochromatic Colors of #760B0C
Black with #760B0C
Text Example
Text Example
White with #760B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B0C; }
p { color: rgb(118,11,12); }
H1.HeaderClassName
{
color: #760B0C;
}
.AnyTagClassName
{
color: #760B0C;
}
</style>
background-color css
<style>
a { background-color: #760B0C; }
a { background-color: rgb(118,11,12); }
div.DivClassName
{
background-color: #760B0C;
}
.BgClassName
{
background-color: #760B0C;
}
</style>
border-color css
<style>
span { border-color: #760B0C; }
span { border-color: rgb(118,11,12); }
td.TdClassName
{
border-color: #760B0C;
}
.TagClassName
{
border-color: #760B0C;
}
</style>