Shades of Red Berry #772023
Tints of Red Berry #772023
RGB
CMYK
RGB Variations
Color information
#772023 (or 0x772023) is known color: Red Berry. HEX triplet: 77, 20 and 23. RGB value is (119,32,35). Sum of RGB (Red+Green+Blue) = 119+32+35=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #772023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772023 is #88DFDC. Grayscale: #3A3A3A. Windows color (decimal): -8970205 or 2302071. OLE color: 2302071.
HSL color Cylindrical-coordinate representation of color #772023: hue angle of 357.93º 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 #772023 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 35 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.53 |
| HSL | 357.93º | 0.58% | 0.3% | - |
| HSV(B) | 357.93º | 0.73% | 0.47% | - |
| XYZ | 8.43 | 5.08 | 2.13 | - |
| YUV | 58.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 35 | 0 | 0.73 | 0.71 | 0.53 | 357.93 | 0.58 | 0.3 |
| Hex | 77 | 20 | 23 | 0 | 49 | 47 | 35 | 166 | 3A | 1E |
| Octal | 167 | 40 | 43 | 0 | 111 | 107 | 65 | 546 | 72 | 36 |
| Binary | 1110111 | 100000 | 100011 | 0 | 1001001 | 1000111 | 110101 | 101100110 | 111010 | 11110 |
Color Harmonies of #772023
Complementary color
Monochromatic Colors of #772023
Black with #772023
Text Example
Text Example
White with #772023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772023; }
p { color: rgb(119,32,35); }
H1.HeaderClassName
{
color: #772023;
}
.AnyTagClassName
{
color: #772023;
}
</style>
background-color css
<style>
a { background-color: #772023; }
a { background-color: rgb(119,32,35); }
div.DivClassName
{
background-color: #772023;
}
.BgClassName
{
background-color: #772023;
}
</style>
border-color css
<style>
span { border-color: #772023; }
span { border-color: rgb(119,32,35); }
td.TdClassName
{
border-color: #772023;
}
.TagClassName
{
border-color: #772023;
}
</style>