Shades of Red Berry #761E26
Tints of Red Berry #761E26
RGB
CMYK
RGB Variations
Color information
#761E26 (or 0x761E26) is known color: Red Berry. HEX triplet: 76, 1E and 26. RGB value is (118,30,38). Sum of RGB (Red+Green+Blue) = 118+30+38=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #761E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E26 is #89E1D9. Grayscale: #393939. Windows color (decimal): -9036250 or 2498166. OLE color: 2498166.
HSL color Cylindrical-coordinate representation of color #761E26: hue angle of 354.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E26 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 38 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.54 |
| HSL | 354.55º | 0.59% | 0.29% | - |
| HSV(B) | 354.55º | 0.75% | 0.46% | - |
| XYZ | 8.29 | 4.92 | 2.35 | - |
| YUV | 57.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 38 | 0 | 0.75 | 0.68 | 0.54 | 354.55 | 0.59 | 0.29 |
| Hex | 76 | 1E | 26 | 0 | 4B | 44 | 36 | 163 | 3B | 1D |
| Octal | 166 | 36 | 46 | 0 | 113 | 104 | 66 | 543 | 73 | 35 |
| Binary | 1110110 | 11110 | 100110 | 0 | 1001011 | 1000100 | 110110 | 101100011 | 111011 | 11101 |
Color Harmonies of #761E26
Complementary color
Monochromatic Colors of #761E26
Black with #761E26
Text Example
Text Example
White with #761E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E26; }
p { color: rgb(118,30,38); }
H1.HeaderClassName
{
color: #761E26;
}
.AnyTagClassName
{
color: #761E26;
}
</style>
background-color css
<style>
a { background-color: #761E26; }
a { background-color: rgb(118,30,38); }
div.DivClassName
{
background-color: #761E26;
}
.BgClassName
{
background-color: #761E26;
}
</style>
border-color css
<style>
span { border-color: #761E26; }
span { border-color: rgb(118,30,38); }
td.TdClassName
{
border-color: #761E26;
}
.TagClassName
{
border-color: #761E26;
}
</style>