Shades of Red Berry #77112B
Tints of Red Berry #77112B
RGB
CMYK
RGB Variations
Color information
#77112B (or 0x77112B) is known color: Red Berry. HEX triplet: 77, 11 and 2B. RGB value is (119,17,43). Sum of RGB (Red+Green+Blue) = 119+17+43=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #77112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77112B is #88EED4. Grayscale: #323232. Windows color (decimal): -8974037 or 2822519. OLE color: 2822519.
HSL color Cylindrical-coordinate representation of color #77112B: hue angle of 344.71º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77112B is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 17 | 43 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.53 |
| HSL | 344.71º | 0.75% | 0.27% | - |
| HSV(B) | 344.71º | 0.86% | 0.47% | - |
| XYZ | 8.24 | 4.5 | 2.72 | - |
| YUV | 50.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 17 | 43 | 0 | 0.86 | 0.64 | 0.53 | 344.71 | 0.75 | 0.27 |
| Hex | 77 | 11 | 2B | 0 | 56 | 40 | 35 | 159 | 4B | 1B |
| Octal | 167 | 21 | 53 | 0 | 126 | 100 | 65 | 531 | 113 | 33 |
| Binary | 1110111 | 10001 | 101011 | 0 | 1010110 | 1000000 | 110101 | 101011001 | 1001011 | 11011 |
Color Harmonies of #77112B
Complementary color
Monochromatic Colors of #77112B
Black with #77112B
Text Example
Text Example
White with #77112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77112B; }
p { color: rgb(119,17,43); }
H1.HeaderClassName
{
color: #77112B;
}
.AnyTagClassName
{
color: #77112B;
}
</style>
background-color css
<style>
a { background-color: #77112B; }
a { background-color: rgb(119,17,43); }
div.DivClassName
{
background-color: #77112B;
}
.BgClassName
{
background-color: #77112B;
}
</style>
border-color css
<style>
span { border-color: #77112B; }
span { border-color: rgb(119,17,43); }
td.TdClassName
{
border-color: #77112B;
}
.TagClassName
{
border-color: #77112B;
}
</style>