Shades of Red Berry #77171E
Tints of Red Berry #77171E
RGB
CMYK
RGB Variations
Color information
#77171E (or 0x77171E) is known color: Red Berry. HEX triplet: 77, 17 and 1E. RGB value is (119,23,30). Sum of RGB (Red+Green+Blue) = 119+23+30=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #77171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77171E is #88E8E1. Grayscale: #343434. Windows color (decimal): -8972514 or 1972087. OLE color: 1972087.
HSL color Cylindrical-coordinate representation of color #77171E: hue angle of 355.62º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77171E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 30 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.53 |
| HSL | 355.63º | 0.68% | 0.28% | - |
| HSV(B) | 355.63º | 0.81% | 0.47% | - |
| XYZ | 8.15 | 4.63 | 1.69 | - |
| YUV | 52.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 30 | 0 | 0.81 | 0.75 | 0.53 | 355.63 | 0.68 | 0.28 |
| Hex | 77 | 17 | 1E | 0 | 51 | 4B | 35 | 164 | 44 | 1C |
| Octal | 167 | 27 | 36 | 0 | 121 | 113 | 65 | 544 | 104 | 34 |
| Binary | 1110111 | 10111 | 11110 | 0 | 1010001 | 1001011 | 110101 | 101100100 | 1000100 | 11100 |
Color Harmonies of #77171E
Complementary color
Monochromatic Colors of #77171E
Black with #77171E
Text Example
Text Example
White with #77171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77171E; }
p { color: rgb(119,23,30); }
H1.HeaderClassName
{
color: #77171E;
}
.AnyTagClassName
{
color: #77171E;
}
</style>
background-color css
<style>
a { background-color: #77171E; }
a { background-color: rgb(119,23,30); }
div.DivClassName
{
background-color: #77171E;
}
.BgClassName
{
background-color: #77171E;
}
</style>
border-color css
<style>
span { border-color: #77171E; }
span { border-color: rgb(119,23,30); }
td.TdClassName
{
border-color: #77171E;
}
.TagClassName
{
border-color: #77171E;
}
</style>