Shades of Red Berry #77171C
Tints of Red Berry #77171C
RGB
CMYK
RGB Variations
Color information
#77171C (or 0x77171C) is known color: Red Berry. HEX triplet: 77, 17 and 1C. RGB value is (119,23,28). Sum of RGB (Red+Green+Blue) = 119+23+28=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #77171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77171C is #88E8E3. Grayscale: #343434. Windows color (decimal): -8972516 or 1841015. OLE color: 1841015.
HSL color Cylindrical-coordinate representation of color #77171C: hue angle of 356.88º 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 #77171C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 28 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.53 |
| HSL | 356.88º | 0.68% | 0.28% | - |
| HSV(B) | 356.88º | 0.81% | 0.47% | - |
| XYZ | 8.12 | 4.62 | 1.56 | - |
| YUV | 52.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 28 | 0 | 0.81 | 0.76 | 0.53 | 356.88 | 0.68 | 0.28 |
| Hex | 77 | 17 | 1C | 0 | 51 | 4C | 35 | 165 | 44 | 1C |
| Octal | 167 | 27 | 34 | 0 | 121 | 114 | 65 | 545 | 104 | 34 |
| Binary | 1110111 | 10111 | 11100 | 0 | 1010001 | 1001100 | 110101 | 101100101 | 1000100 | 11100 |
Color Harmonies of #77171C
Complementary color
Monochromatic Colors of #77171C
Black with #77171C
Text Example
Text Example
White with #77171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77171C; }
p { color: rgb(119,23,28); }
H1.HeaderClassName
{
color: #77171C;
}
.AnyTagClassName
{
color: #77171C;
}
</style>
background-color css
<style>
a { background-color: #77171C; }
a { background-color: rgb(119,23,28); }
div.DivClassName
{
background-color: #77171C;
}
.BgClassName
{
background-color: #77171C;
}
</style>
border-color css
<style>
span { border-color: #77171C; }
span { border-color: rgb(119,23,28); }
td.TdClassName
{
border-color: #77171C;
}
.TagClassName
{
border-color: #77171C;
}
</style>