Shades of Red Berry #77152C
Tints of Red Berry #77152C
RGB
CMYK
RGB Variations
Color information
#77152C (or 0x77152C) is known color: Red Berry. HEX triplet: 77, 15 and 2C. RGB value is (119,21,44). Sum of RGB (Red+Green+Blue) = 119+21+44=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77152C is #88EAD3. Grayscale: #343434. Windows color (decimal): -8973012 or 2889079. OLE color: 2889079.
HSL color Cylindrical-coordinate representation of color #77152C: hue angle of 345.92º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77152C is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 21 | 44 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.53 |
| HSL | 345.92º | 0.7% | 0.27% | - |
| HSV(B) | 345.92º | 0.82% | 0.47% | - |
| XYZ | 8.33 | 4.64 | 2.84 | - |
| YUV | 52.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 44 | 0 | 0.82 | 0.63 | 0.53 | 345.92 | 0.7 | 0.27 |
| Hex | 77 | 15 | 2C | 0 | 52 | 3F | 35 | 15A | 46 | 1B |
| Octal | 167 | 25 | 54 | 0 | 122 | 77 | 65 | 532 | 106 | 33 |
| Binary | 1110111 | 10101 | 101100 | 0 | 1010010 | 111111 | 110101 | 101011010 | 1000110 | 11011 |
Color Harmonies of #77152C
Complementary color
Monochromatic Colors of #77152C
Black with #77152C
Text Example
Text Example
White with #77152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77152C; }
p { color: rgb(119,21,44); }
H1.HeaderClassName
{
color: #77152C;
}
.AnyTagClassName
{
color: #77152C;
}
</style>
background-color css
<style>
a { background-color: #77152C; }
a { background-color: rgb(119,21,44); }
div.DivClassName
{
background-color: #77152C;
}
.BgClassName
{
background-color: #77152C;
}
</style>
border-color css
<style>
span { border-color: #77152C; }
span { border-color: rgb(119,21,44); }
td.TdClassName
{
border-color: #77152C;
}
.TagClassName
{
border-color: #77152C;
}
</style>