Shades of Red Berry #762126
Tints of Red Berry #762126
RGB
CMYK
RGB Variations
Color information
#762126 (or 0x762126) is known color: Red Berry. HEX triplet: 76, 21 and 26. RGB value is (118,33,38). Sum of RGB (Red+Green+Blue) = 118+33+38=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #762126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762126 is #89DED9. Grayscale: #3B3B3B. Windows color (decimal): -9035482 or 2498934. OLE color: 2498934.
HSL color Cylindrical-coordinate representation of color #762126: hue angle of 356.47º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762126 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 38 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.54 |
| HSL | 356.47º | 0.56% | 0.3% | - |
| HSV(B) | 356.47º | 0.72% | 0.46% | - |
| XYZ | 8.36 | 5.08 | 2.37 | - |
| YUV | 58.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 38 | 0 | 0.72 | 0.68 | 0.54 | 356.47 | 0.56 | 0.3 |
| Hex | 76 | 21 | 26 | 0 | 48 | 44 | 36 | 164 | 38 | 1E |
| Octal | 166 | 41 | 46 | 0 | 110 | 104 | 66 | 544 | 70 | 36 |
| Binary | 1110110 | 100001 | 100110 | 0 | 1001000 | 1000100 | 110110 | 101100100 | 111000 | 11110 |
Color Harmonies of #762126
Complementary color
Monochromatic Colors of #762126
Black with #762126
Text Example
Text Example
White with #762126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762126; }
p { color: rgb(118,33,38); }
H1.HeaderClassName
{
color: #762126;
}
.AnyTagClassName
{
color: #762126;
}
</style>
background-color css
<style>
a { background-color: #762126; }
a { background-color: rgb(118,33,38); }
div.DivClassName
{
background-color: #762126;
}
.BgClassName
{
background-color: #762126;
}
</style>
border-color css
<style>
span { border-color: #762126; }
span { border-color: rgb(118,33,38); }
td.TdClassName
{
border-color: #762126;
}
.TagClassName
{
border-color: #762126;
}
</style>