Shades of Red Berry #77202C
Tints of Red Berry #77202C
RGB
CMYK
RGB Variations
Color information
#77202C (or 0x77202C) is known color: Red Berry. HEX triplet: 77, 20 and 2C. RGB value is (119,32,44). Sum of RGB (Red+Green+Blue) = 119+32+44=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #77202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77202C is #88DFD3. Grayscale: #3B3B3B. Windows color (decimal): -8970196 or 2891895. OLE color: 2891895.
HSL color Cylindrical-coordinate representation of color #77202C: hue angle of 351.72º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77202C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 44 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.53 |
| HSL | 351.72º | 0.58% | 0.3% | - |
| HSV(B) | 351.72º | 0.73% | 0.47% | - |
| XYZ | 8.58 | 5.14 | 2.92 | - |
| YUV | 59.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 44 | 0 | 0.73 | 0.63 | 0.53 | 351.72 | 0.58 | 0.3 |
| Hex | 77 | 20 | 2C | 0 | 49 | 3F | 35 | 160 | 3A | 1E |
| Octal | 167 | 40 | 54 | 0 | 111 | 77 | 65 | 540 | 72 | 36 |
| Binary | 1110111 | 100000 | 101100 | 0 | 1001001 | 111111 | 110101 | 101100000 | 111010 | 11110 |
Color Harmonies of #77202C
Complementary color
Monochromatic Colors of #77202C
Black with #77202C
Text Example
Text Example
White with #77202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77202C; }
p { color: rgb(119,32,44); }
H1.HeaderClassName
{
color: #77202C;
}
.AnyTagClassName
{
color: #77202C;
}
</style>
background-color css
<style>
a { background-color: #77202C; }
a { background-color: rgb(119,32,44); }
div.DivClassName
{
background-color: #77202C;
}
.BgClassName
{
background-color: #77202C;
}
</style>
border-color css
<style>
span { border-color: #77202C; }
span { border-color: rgb(119,32,44); }
td.TdClassName
{
border-color: #77202C;
}
.TagClassName
{
border-color: #77202C;
}
</style>