Shades of Red Berry #760F20
Tints of Red Berry #760F20
RGB
CMYK
RGB Variations
Color information
#760F20 (or 0x760F20) is known color: Red Berry. HEX triplet: 76, 0F and 20. RGB value is (118,15,32). Sum of RGB (Red+Green+Blue) = 118+15+32=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #760F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F20 is #89F0DF. Grayscale: #2F2F2F. Windows color (decimal): -9040096 or 2101110. OLE color: 2101110.
HSL color Cylindrical-coordinate representation of color #760F20: hue angle of 350.1º 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 #760F20 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 32 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.54 |
| HSL | 350.1º | 0.77% | 0.26% | - |
| HSV(B) | 350.1º | 0.87% | 0.46% | - |
| XYZ | 7.9 | 4.3 | 1.78 | - |
| YUV | 47.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 32 | 0 | 0.87 | 0.73 | 0.54 | 350.1 | 0.77 | 0.26 |
| Hex | 76 | F | 20 | 0 | 57 | 49 | 36 | 15E | 4D | 1A |
| Octal | 166 | 17 | 40 | 0 | 127 | 111 | 66 | 536 | 115 | 32 |
| Binary | 1110110 | 1111 | 100000 | 0 | 1010111 | 1001001 | 110110 | 101011110 | 1001101 | 11010 |
Color Harmonies of #760F20
Complementary color
Monochromatic Colors of #760F20
Black with #760F20
Text Example
Text Example
White with #760F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F20; }
p { color: rgb(118,15,32); }
H1.HeaderClassName
{
color: #760F20;
}
.AnyTagClassName
{
color: #760F20;
}
</style>
background-color css
<style>
a { background-color: #760F20; }
a { background-color: rgb(118,15,32); }
div.DivClassName
{
background-color: #760F20;
}
.BgClassName
{
background-color: #760F20;
}
</style>
border-color css
<style>
span { border-color: #760F20; }
span { border-color: rgb(118,15,32); }
td.TdClassName
{
border-color: #760F20;
}
.TagClassName
{
border-color: #760F20;
}
</style>