Shades of Red Berry #78172C
Tints of Red Berry #78172C
RGB
CMYK
RGB Variations
Color information
#78172C (or 0x78172C) is known color: Red Berry. HEX triplet: 78, 17 and 2C. RGB value is (120,23,44). Sum of RGB (Red+Green+Blue) = 120+23+44=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78172C is #87E8D3. Grayscale: #363636. Windows color (decimal): -8906964 or 2889592. OLE color: 2889592.
HSL color Cylindrical-coordinate representation of color #78172C: hue angle of 347.01º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78172C is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 44 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.53 |
| HSL | 347.01º | 0.68% | 0.28% | - |
| HSV(B) | 347.01º | 0.81% | 0.47% | - |
| XYZ | 8.51 | 4.79 | 2.86 | - |
| YUV | 54.4 | 122.14 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 44 | 0 | 0.81 | 0.63 | 0.53 | 347.01 | 0.68 | 0.28 |
| Hex | 78 | 17 | 2C | 0 | 51 | 3F | 35 | 15B | 44 | 1C |
| Octal | 170 | 27 | 54 | 0 | 121 | 77 | 65 | 533 | 104 | 34 |
| Binary | 1111000 | 10111 | 101100 | 0 | 1010001 | 111111 | 110101 | 101011011 | 1000100 | 11100 |
Color Harmonies of #78172C
Complementary color
Monochromatic Colors of #78172C
Black with #78172C
Text Example
Text Example
White with #78172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78172C; }
p { color: rgb(120,23,44); }
H1.HeaderClassName
{
color: #78172C;
}
.AnyTagClassName
{
color: #78172C;
}
</style>
background-color css
<style>
a { background-color: #78172C; }
a { background-color: rgb(120,23,44); }
div.DivClassName
{
background-color: #78172C;
}
.BgClassName
{
background-color: #78172C;
}
</style>
border-color css
<style>
span { border-color: #78172C; }
span { border-color: rgb(120,23,44); }
td.TdClassName
{
border-color: #78172C;
}
.TagClassName
{
border-color: #78172C;
}
</style>