Shades of Lusty #762F26
Tints of Lusty #762F26
RGB
CMYK
RGB Variations
Color information
#762F26 (or 0x762F26) is known color: Lusty. HEX triplet: 76, 2F and 26. RGB value is (118,47,38). Sum of RGB (Red+Green+Blue) = 118+47+38=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #762F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F26 is #89D0D9. Grayscale: #434343. Windows color (decimal): -9031898 or 2502518. OLE color: 2502518.
HSL color Cylindrical-coordinate representation of color #762F26: hue angle of 6.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762F26 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 38 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.54 |
| HSL | 6.75º | 0.51% | 0.31% | - |
| HSV(B) | 6.75º | 0.68% | 0.46% | - |
| XYZ | 8.84 | 6.02 | 2.53 | - |
| YUV | 67.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 38 | 0 | 0.60 | 0.68 | 0.54 | 6.75 | 0.51 | 0.31 |
| Hex | 76 | 2F | 26 | 0 | 3C | 44 | 36 | 7 | 33 | 1F |
| Octal | 166 | 57 | 46 | 0 | 74 | 104 | 66 | 7 | 63 | 37 |
| Binary | 1110110 | 101111 | 100110 | 0 | 111100 | 1000100 | 110110 | 111 | 110011 | 11111 |
Color Harmonies of #762F26
Complementary color
Monochromatic Colors of #762F26
Black with #762F26
Text Example
Text Example
White with #762F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F26; }
p { color: rgb(118,47,38); }
H1.HeaderClassName
{
color: #762F26;
}
.AnyTagClassName
{
color: #762F26;
}
</style>
background-color css
<style>
a { background-color: #762F26; }
a { background-color: rgb(118,47,38); }
div.DivClassName
{
background-color: #762F26;
}
.BgClassName
{
background-color: #762F26;
}
</style>
border-color css
<style>
span { border-color: #762F26; }
span { border-color: rgb(118,47,38); }
td.TdClassName
{
border-color: #762F26;
}
.TagClassName
{
border-color: #762F26;
}
</style>