Shades of Lusty #762C26
Tints of Lusty #762C26
RGB
CMYK
RGB Variations
Color information
#762C26 (or 0x762C26) is known color: Lusty. HEX triplet: 76, 2C and 26. RGB value is (118,44,38). Sum of RGB (Red+Green+Blue) = 118+44+38=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #762C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C26 is #89D3D9. Grayscale: #414141. Windows color (decimal): -9032666 or 2501750. OLE color: 2501750.
HSL color Cylindrical-coordinate representation of color #762C26: hue angle of 4.5º 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 #762C26 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 38 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.54 |
| HSL | 4.5º | 0.51% | 0.31% | - |
| HSV(B) | 4.5º | 0.68% | 0.46% | - |
| XYZ | 8.72 | 5.79 | 2.49 | - |
| YUV | 65.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 38 | 0 | 0.63 | 0.68 | 0.54 | 4.5 | 0.51 | 0.31 |
| Hex | 76 | 2C | 26 | 0 | 3F | 44 | 36 | 4 | 33 | 1F |
| Octal | 166 | 54 | 46 | 0 | 77 | 104 | 66 | 4 | 63 | 37 |
| Binary | 1110110 | 101100 | 100110 | 0 | 111111 | 1000100 | 110110 | 100 | 110011 | 11111 |
Color Harmonies of #762C26
Complementary color
Monochromatic Colors of #762C26
Black with #762C26
Text Example
Text Example
White with #762C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C26; }
p { color: rgb(118,44,38); }
H1.HeaderClassName
{
color: #762C26;
}
.AnyTagClassName
{
color: #762C26;
}
</style>
background-color css
<style>
a { background-color: #762C26; }
a { background-color: rgb(118,44,38); }
div.DivClassName
{
background-color: #762C26;
}
.BgClassName
{
background-color: #762C26;
}
</style>
border-color css
<style>
span { border-color: #762C26; }
span { border-color: rgb(118,44,38); }
td.TdClassName
{
border-color: #762C26;
}
.TagClassName
{
border-color: #762C26;
}
</style>