Shades of Red Berry #76172C
Tints of Red Berry #76172C
RGB
CMYK
RGB Variations
Color information
#76172C (or 0x76172C) is known color: Red Berry. HEX triplet: 76, 17 and 2C. RGB value is (118,23,44). Sum of RGB (Red+Green+Blue) = 118+23+44=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76172C is #89E8D3. Grayscale: #353535. Windows color (decimal): -9038036 or 2889590. OLE color: 2889590.
HSL color Cylindrical-coordinate representation of color #76172C: hue angle of 346.74º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76172C is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 44 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.54 |
| HSL | 346.74º | 0.67% | 0.28% | - |
| HSV(B) | 346.74º | 0.81% | 0.46% | - |
| XYZ | 8.23 | 4.65 | 2.85 | - |
| YUV | 53.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 44 | 0 | 0.81 | 0.63 | 0.54 | 346.74 | 0.67 | 0.28 |
| Hex | 76 | 17 | 2C | 0 | 51 | 3F | 36 | 15B | 43 | 1C |
| Octal | 166 | 27 | 54 | 0 | 121 | 77 | 66 | 533 | 103 | 34 |
| Binary | 1110110 | 10111 | 101100 | 0 | 1010001 | 111111 | 110110 | 101011011 | 1000011 | 11100 |
Color Harmonies of #76172C
Complementary color
Monochromatic Colors of #76172C
Black with #76172C
Text Example
Text Example
White with #76172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76172C; }
p { color: rgb(118,23,44); }
H1.HeaderClassName
{
color: #76172C;
}
.AnyTagClassName
{
color: #76172C;
}
</style>
background-color css
<style>
a { background-color: #76172C; }
a { background-color: rgb(118,23,44); }
div.DivClassName
{
background-color: #76172C;
}
.BgClassName
{
background-color: #76172C;
}
</style>
border-color css
<style>
span { border-color: #76172C; }
span { border-color: rgb(118,23,44); }
td.TdClassName
{
border-color: #76172C;
}
.TagClassName
{
border-color: #76172C;
}
</style>