Shades of Red Berry #771626
Tints of Red Berry #771626
RGB
CMYK
RGB Variations
Color information
#771626 (or 0x771626) is known color: Red Berry. HEX triplet: 77, 16 and 26. RGB value is (119,22,38). Sum of RGB (Red+Green+Blue) = 119+22+38=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #771626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771626 is #88E9D9. Grayscale: #343434. Windows color (decimal): -8972762 or 2496119. OLE color: 2496119.
HSL color Cylindrical-coordinate representation of color #771626: hue angle of 350.1º 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 #771626 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 38 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.53 |
| HSL | 350.1º | 0.69% | 0.28% | - |
| HSV(B) | 350.1º | 0.82% | 0.47% | - |
| XYZ | 8.24 | 4.64 | 2.29 | - |
| YUV | 52.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 38 | 0 | 0.82 | 0.68 | 0.53 | 350.1 | 0.69 | 0.28 |
| Hex | 77 | 16 | 26 | 0 | 52 | 44 | 35 | 15E | 45 | 1C |
| Octal | 167 | 26 | 46 | 0 | 122 | 104 | 65 | 536 | 105 | 34 |
| Binary | 1110111 | 10110 | 100110 | 0 | 1010010 | 1000100 | 110101 | 101011110 | 1000101 | 11100 |
Color Harmonies of #771626
Complementary color
Monochromatic Colors of #771626
Black with #771626
Text Example
Text Example
White with #771626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771626; }
p { color: rgb(119,22,38); }
H1.HeaderClassName
{
color: #771626;
}
.AnyTagClassName
{
color: #771626;
}
</style>
background-color css
<style>
a { background-color: #771626; }
a { background-color: rgb(119,22,38); }
div.DivClassName
{
background-color: #771626;
}
.BgClassName
{
background-color: #771626;
}
</style>
border-color css
<style>
span { border-color: #771626; }
span { border-color: rgb(119,22,38); }
td.TdClassName
{
border-color: #771626;
}
.TagClassName
{
border-color: #771626;
}
</style>