Shades of Red Berry #77182C
Tints of Red Berry #77182C
RGB
CMYK
RGB Variations
Color information
#77182C (or 0x77182C) is known color: Red Berry. HEX triplet: 77, 18 and 2C. RGB value is (119,24,44). Sum of RGB (Red+Green+Blue) = 119+24+44=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77182C is #88E7D3. Grayscale: #363636. Windows color (decimal): -8972244 or 2889847. OLE color: 2889847.
HSL color Cylindrical-coordinate representation of color #77182C: hue angle of 347.37º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77182C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 44 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.53 |
| HSL | 347.37º | 0.66% | 0.28% | - |
| HSV(B) | 347.37º | 0.8% | 0.47% | - |
| XYZ | 8.39 | 4.76 | 2.86 | - |
| YUV | 54.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 44 | 0 | 0.80 | 0.63 | 0.53 | 347.37 | 0.66 | 0.28 |
| Hex | 77 | 18 | 2C | 0 | 50 | 3F | 35 | 15B | 42 | 1C |
| Octal | 167 | 30 | 54 | 0 | 120 | 77 | 65 | 533 | 102 | 34 |
| Binary | 1110111 | 11000 | 101100 | 0 | 1010000 | 111111 | 110101 | 101011011 | 1000010 | 11100 |
Color Harmonies of #77182C
Complementary color
Monochromatic Colors of #77182C
Black with #77182C
Text Example
Text Example
White with #77182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77182C; }
p { color: rgb(119,24,44); }
H1.HeaderClassName
{
color: #77182C;
}
.AnyTagClassName
{
color: #77182C;
}
</style>
background-color css
<style>
a { background-color: #77182C; }
a { background-color: rgb(119,24,44); }
div.DivClassName
{
background-color: #77182C;
}
.BgClassName
{
background-color: #77182C;
}
</style>
border-color css
<style>
span { border-color: #77182C; }
span { border-color: rgb(119,24,44); }
td.TdClassName
{
border-color: #77182C;
}
.TagClassName
{
border-color: #77182C;
}
</style>