Shades of Red Berry #77202B
Tints of Red Berry #77202B
RGB
CMYK
RGB Variations
Color information
#77202B (or 0x77202B) is known color: Red Berry. HEX triplet: 77, 20 and 2B. RGB value is (119,32,43). Sum of RGB (Red+Green+Blue) = 119+32+43=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #77202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77202B is #88DFD4. Grayscale: #3B3B3B. Windows color (decimal): -8970197 or 2826359. OLE color: 2826359.
HSL color Cylindrical-coordinate representation of color #77202B: hue angle of 352.41º 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 #77202B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 43 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.53 |
| HSL | 352.41º | 0.58% | 0.3% | - |
| HSV(B) | 352.41º | 0.73% | 0.47% | - |
| XYZ | 8.56 | 5.13 | 2.82 | - |
| YUV | 59.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 43 | 0 | 0.73 | 0.64 | 0.53 | 352.41 | 0.58 | 0.3 |
| Hex | 77 | 20 | 2B | 0 | 49 | 40 | 35 | 160 | 3A | 1E |
| Octal | 167 | 40 | 53 | 0 | 111 | 100 | 65 | 540 | 72 | 36 |
| Binary | 1110111 | 100000 | 101011 | 0 | 1001001 | 1000000 | 110101 | 101100000 | 111010 | 11110 |
Color Harmonies of #77202B
Complementary color
Monochromatic Colors of #77202B
Black with #77202B
Text Example
Text Example
White with #77202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77202B; }
p { color: rgb(119,32,43); }
H1.HeaderClassName
{
color: #77202B;
}
.AnyTagClassName
{
color: #77202B;
}
</style>
background-color css
<style>
a { background-color: #77202B; }
a { background-color: rgb(119,32,43); }
div.DivClassName
{
background-color: #77202B;
}
.BgClassName
{
background-color: #77202B;
}
</style>
border-color css
<style>
span { border-color: #77202B; }
span { border-color: rgb(119,32,43); }
td.TdClassName
{
border-color: #77202B;
}
.TagClassName
{
border-color: #77202B;
}
</style>