Shades of Red Berry #760F12
Tints of Red Berry #760F12
RGB
CMYK
RGB Variations
Color information
#760F12 (or 0x760F12) is known color: Red Berry. HEX triplet: 76, 0F and 12. RGB value is (118,15,18). Sum of RGB (Red+Green+Blue) = 118+15+18=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #760F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F12 is #89F0ED. Grayscale: #2E2E2E. Windows color (decimal): -9040110 or 1183606. OLE color: 1183606.
HSL color Cylindrical-coordinate representation of color #760F12: hue angle of 358.25º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F12 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 18 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.54 |
| HSL | 358.25º | 0.77% | 0.26% | - |
| HSV(B) | 358.25º | 0.87% | 0.46% | - |
| XYZ | 7.75 | 4.24 | 0.98 | - |
| YUV | 46.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 18 | 0 | 0.87 | 0.85 | 0.54 | 358.25 | 0.77 | 0.26 |
| Hex | 76 | F | 12 | 0 | 57 | 55 | 36 | 166 | 4D | 1A |
| Octal | 166 | 17 | 22 | 0 | 127 | 125 | 66 | 546 | 115 | 32 |
| Binary | 1110110 | 1111 | 10010 | 0 | 1010111 | 1010101 | 110110 | 101100110 | 1001101 | 11010 |
Color Harmonies of #760F12
Complementary color
Monochromatic Colors of #760F12
Black with #760F12
Text Example
Text Example
White with #760F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F12; }
p { color: rgb(118,15,18); }
H1.HeaderClassName
{
color: #760F12;
}
.AnyTagClassName
{
color: #760F12;
}
</style>
background-color css
<style>
a { background-color: #760F12; }
a { background-color: rgb(118,15,18); }
div.DivClassName
{
background-color: #760F12;
}
.BgClassName
{
background-color: #760F12;
}
</style>
border-color css
<style>
span { border-color: #760F12; }
span { border-color: rgb(118,15,18); }
td.TdClassName
{
border-color: #760F12;
}
.TagClassName
{
border-color: #760F12;
}
</style>