Shades of Red Berry #7A1726
Tints of Red Berry #7A1726
RGB
CMYK
RGB Variations
Color information
#7A1726 (or 0x7A1726) is known color: Red Berry. HEX triplet: 7A, 17 and 26. RGB value is (122,23,38). Sum of RGB (Red+Green+Blue) = 122+23+38=183 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.67% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1726 is #85E8D9. Grayscale: #363636. Windows color (decimal): -8775898 or 2496378. OLE color: 2496378.
HSL color Cylindrical-coordinate representation of color #7A1726: hue angle of 350.91º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A1726 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 38 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.52 |
| HSL | 350.91º | 0.68% | 0.28% | - |
| HSV(B) | 350.91º | 0.81% | 0.48% | - |
| XYZ | 8.68 | 4.89 | 2.32 | - |
| YUV | 54.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 38 | 0 | 0.81 | 0.69 | 0.52 | 350.91 | 0.68 | 0.28 |
| Hex | 7A | 17 | 26 | 0 | 51 | 45 | 34 | 15F | 44 | 1C |
| Octal | 172 | 27 | 46 | 0 | 121 | 105 | 64 | 537 | 104 | 34 |
| Binary | 1111010 | 10111 | 100110 | 0 | 1010001 | 1000101 | 110100 | 101011111 | 1000100 | 11100 |
Color Harmonies of #7A1726
Complementary color
Monochromatic Colors of #7A1726
Black with #7A1726
Text Example
Text Example
White with #7A1726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1726; }
p { color: rgb(122,23,38); }
H1.HeaderClassName
{
color: #7A1726;
}
.AnyTagClassName
{
color: #7A1726;
}
</style>
background-color css
<style>
a { background-color: #7A1726; }
a { background-color: rgb(122,23,38); }
div.DivClassName
{
background-color: #7A1726;
}
.BgClassName
{
background-color: #7A1726;
}
</style>
border-color css
<style>
span { border-color: #7A1726; }
span { border-color: rgb(122,23,38); }
td.TdClassName
{
border-color: #7A1726;
}
.TagClassName
{
border-color: #7A1726;
}
</style>