Shades of Red Berry #76122B
Tints of Red Berry #76122B
RGB
CMYK
RGB Variations
Color information
#76122B (or 0x76122B) is known color: Red Berry. HEX triplet: 76, 12 and 2B. RGB value is (118,18,43). Sum of RGB (Red+Green+Blue) = 118+18+43=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #76122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76122B is #89EDD4. Grayscale: #323232. Windows color (decimal): -9039317 or 2822774. OLE color: 2822774.
HSL color Cylindrical-coordinate representation of color #76122B: hue angle of 345º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76122B is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 43 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.54 |
| HSL | 345º | 0.74% | 0.27% | - |
| HSV(B) | 345º | 0.85% | 0.46% | - |
| XYZ | 8.12 | 4.46 | 2.72 | - |
| YUV | 50.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 43 | 0 | 0.85 | 0.64 | 0.54 | 345 | 0.74 | 0.27 |
| Hex | 76 | 12 | 2B | 0 | 55 | 40 | 36 | 159 | 4A | 1B |
| Octal | 166 | 22 | 53 | 0 | 125 | 100 | 66 | 531 | 112 | 33 |
| Binary | 1110110 | 10010 | 101011 | 0 | 1010101 | 1000000 | 110110 | 101011001 | 1001010 | 11011 |
Color Harmonies of #76122B
Complementary color
Monochromatic Colors of #76122B
Black with #76122B
Text Example
Text Example
White with #76122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76122B; }
p { color: rgb(118,18,43); }
H1.HeaderClassName
{
color: #76122B;
}
.AnyTagClassName
{
color: #76122B;
}
</style>
background-color css
<style>
a { background-color: #76122B; }
a { background-color: rgb(118,18,43); }
div.DivClassName
{
background-color: #76122B;
}
.BgClassName
{
background-color: #76122B;
}
</style>
border-color css
<style>
span { border-color: #76122B; }
span { border-color: rgb(118,18,43); }
td.TdClassName
{
border-color: #76122B;
}
.TagClassName
{
border-color: #76122B;
}
</style>