Shades of Lusty #762626
Tints of Lusty #762626
RGB
CMYK
RGB Variations
Color information
#762626 (or 0x762626) is known color: Lusty. HEX triplet: 76, 26 and 26. RGB value is (118,38,38). Sum of RGB (Red+Green+Blue) = 118+38+38=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #762626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762626 is #89D9D9. Grayscale: #3D3D3D. Windows color (decimal): -9034202 or 2500214. OLE color: 2500214.
HSL color Cylindrical-coordinate representation of color #762626: hue angle of 0º 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 #762626 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 38 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.54 |
| HSL | 0º | 0.51% | 0.31% | - |
| HSV(B) | 0º | 0.68% | 0.46% | - |
| XYZ | 8.51 | 5.38 | 2.42 | - |
| YUV | 61.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 38 | 0 | 0.68 | 0.68 | 0.54 | 0 | 0.51 | 0.31 |
| Hex | 76 | 26 | 26 | 0 | 44 | 44 | 36 | 0 | 33 | 1F |
| Octal | 166 | 46 | 46 | 0 | 104 | 104 | 66 | 0 | 63 | 37 |
| Binary | 1110110 | 100110 | 100110 | 0 | 1000100 | 1000100 | 110110 | 0 | 110011 | 11111 |
Color Harmonies of #762626
Complementary color
Monochromatic Colors of #762626
Black with #762626
Text Example
Text Example
White with #762626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762626; }
p { color: rgb(118,38,38); }
H1.HeaderClassName
{
color: #762626;
}
.AnyTagClassName
{
color: #762626;
}
</style>
background-color css
<style>
a { background-color: #762626; }
a { background-color: rgb(118,38,38); }
div.DivClassName
{
background-color: #762626;
}
.BgClassName
{
background-color: #762626;
}
</style>
border-color css
<style>
span { border-color: #762626; }
span { border-color: rgb(118,38,38); }
td.TdClassName
{
border-color: #762626;
}
.TagClassName
{
border-color: #762626;
}
</style>