Shades of Red Berry #77162B
Tints of Red Berry #77162B
RGB
CMYK
RGB Variations
Color information
#77162B (or 0x77162B) is known color: Red Berry. HEX triplet: 77, 16 and 2B. RGB value is (119,22,43). Sum of RGB (Red+Green+Blue) = 119+22+43=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77162B is #88E9D4. Grayscale: #353535. Windows color (decimal): -8972757 or 2823799. OLE color: 2823799.
HSL color Cylindrical-coordinate representation of color #77162B: hue angle of 347.01º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77162B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 43 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.53 |
| HSL | 347.01º | 0.69% | 0.28% | - |
| HSV(B) | 347.01º | 0.82% | 0.47% | - |
| XYZ | 8.33 | 4.67 | 2.75 | - |
| YUV | 53.4 | 122.14 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 43 | 0 | 0.82 | 0.64 | 0.53 | 347.01 | 0.69 | 0.28 |
| Hex | 77 | 16 | 2B | 0 | 52 | 40 | 35 | 15B | 45 | 1C |
| Octal | 167 | 26 | 53 | 0 | 122 | 100 | 65 | 533 | 105 | 34 |
| Binary | 1110111 | 10110 | 101011 | 0 | 1010010 | 1000000 | 110101 | 101011011 | 1000101 | 11100 |
Color Harmonies of #77162B
Complementary color
Monochromatic Colors of #77162B
Black with #77162B
Text Example
Text Example
White with #77162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77162B; }
p { color: rgb(119,22,43); }
H1.HeaderClassName
{
color: #77162B;
}
.AnyTagClassName
{
color: #77162B;
}
</style>
background-color css
<style>
a { background-color: #77162B; }
a { background-color: rgb(119,22,43); }
div.DivClassName
{
background-color: #77162B;
}
.BgClassName
{
background-color: #77162B;
}
</style>
border-color css
<style>
span { border-color: #77162B; }
span { border-color: rgb(119,22,43); }
td.TdClassName
{
border-color: #77162B;
}
.TagClassName
{
border-color: #77162B;
}
</style>