Shades of Red Berry #770F12
Tints of Red Berry #770F12
RGB
CMYK
RGB Variations
Color information
#770F12 (or 0x770F12) is known color: Red Berry. HEX triplet: 77, 0F and 12. RGB value is (119,15,18). Sum of RGB (Red+Green+Blue) = 119+15+18=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #770F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770F12 is #88F0ED. Grayscale: #2E2E2E. Windows color (decimal): -8974574 or 1183607. OLE color: 1183607.
HSL color Cylindrical-coordinate representation of color #770F12: hue angle of 358.27º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F12 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 15 | 18 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.53 |
| HSL | 358.27º | 0.78% | 0.26% | - |
| HSV(B) | 358.27º | 0.87% | 0.47% | - |
| XYZ | 7.89 | 4.31 | 0.99 | - |
| YUV | 46.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 18 | 0 | 0.87 | 0.85 | 0.53 | 358.27 | 0.78 | 0.26 |
| Hex | 77 | F | 12 | 0 | 57 | 55 | 35 | 166 | 4E | 1A |
| Octal | 167 | 17 | 22 | 0 | 127 | 125 | 65 | 546 | 116 | 32 |
| Binary | 1110111 | 1111 | 10010 | 0 | 1010111 | 1010101 | 110101 | 101100110 | 1001110 | 11010 |
Color Harmonies of #770F12
Complementary color
Monochromatic Colors of #770F12
Black with #770F12
Text Example
Text Example
White with #770F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F12; }
p { color: rgb(119,15,18); }
H1.HeaderClassName
{
color: #770F12;
}
.AnyTagClassName
{
color: #770F12;
}
</style>
background-color css
<style>
a { background-color: #770F12; }
a { background-color: rgb(119,15,18); }
div.DivClassName
{
background-color: #770F12;
}
.BgClassName
{
background-color: #770F12;
}
</style>
border-color css
<style>
span { border-color: #770F12; }
span { border-color: rgb(119,15,18); }
td.TdClassName
{
border-color: #770F12;
}
.TagClassName
{
border-color: #770F12;
}
</style>