Shades of Red Berry #77202D
Tints of Red Berry #77202D
RGB
CMYK
RGB Variations
Color information
#77202D (or 0x77202D) is known color: Red Berry. HEX triplet: 77, 20 and 2D. RGB value is (119,32,45). Sum of RGB (Red+Green+Blue) = 119+32+45=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77202D is #88DFD2. Grayscale: #3B3B3B. Windows color (decimal): -8970195 or 2957431. OLE color: 2957431.
HSL color Cylindrical-coordinate representation of color #77202D: hue angle of 351.03º 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 #77202D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 45 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.53 |
| HSL | 351.03º | 0.58% | 0.3% | - |
| HSV(B) | 351.03º | 0.73% | 0.47% | - |
| XYZ | 8.6 | 5.14 | 3.02 | - |
| YUV | 59.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 45 | 0 | 0.73 | 0.62 | 0.53 | 351.03 | 0.58 | 0.3 |
| Hex | 77 | 20 | 2D | 0 | 49 | 3E | 35 | 15F | 3A | 1E |
| Octal | 167 | 40 | 55 | 0 | 111 | 76 | 65 | 537 | 72 | 36 |
| Binary | 1110111 | 100000 | 101101 | 0 | 1001001 | 111110 | 110101 | 101011111 | 111010 | 11110 |
Color Harmonies of #77202D
Complementary color
Monochromatic Colors of #77202D
Black with #77202D
Text Example
Text Example
White with #77202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77202D; }
p { color: rgb(119,32,45); }
H1.HeaderClassName
{
color: #77202D;
}
.AnyTagClassName
{
color: #77202D;
}
</style>
background-color css
<style>
a { background-color: #77202D; }
a { background-color: rgb(119,32,45); }
div.DivClassName
{
background-color: #77202D;
}
.BgClassName
{
background-color: #77202D;
}
</style>
border-color css
<style>
span { border-color: #77202D; }
span { border-color: rgb(119,32,45); }
td.TdClassName
{
border-color: #77202D;
}
.TagClassName
{
border-color: #77202D;
}
</style>