Shades of Lusty #76261D
Tints of Lusty #76261D
RGB
CMYK
RGB Variations
Color information
#76261D (or 0x76261D) is known color: Lusty. HEX triplet: 76, 26 and 1D. RGB value is (118,38,29). Sum of RGB (Red+Green+Blue) = 118+38+29=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76261D is #89D9E2. Grayscale: #3D3D3D. Windows color (decimal): -9034211 or 1910390. OLE color: 1910390.
HSL color Cylindrical-coordinate representation of color #76261D: hue angle of 6.07º degrees, saturation: 0.61, 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 #76261D is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 29 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.54 |
| HSL | 6.07º | 0.61% | 0.29% | - |
| HSV(B) | 6.07º | 0.75% | 0.46% | - |
| XYZ | 8.39 | 5.33 | 1.75 | - |
| YUV | 60.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 29 | 0 | 0.68 | 0.75 | 0.54 | 6.07 | 0.61 | 0.29 |
| Hex | 76 | 26 | 1D | 0 | 44 | 4B | 36 | 6 | 3D | 1D |
| Octal | 166 | 46 | 35 | 0 | 104 | 113 | 66 | 6 | 75 | 35 |
| Binary | 1110110 | 100110 | 11101 | 0 | 1000100 | 1001011 | 110110 | 110 | 111101 | 11101 |
Color Harmonies of #76261D
Complementary color
Monochromatic Colors of #76261D
Black with #76261D
Text Example
Text Example
White with #76261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76261D; }
p { color: rgb(118,38,29); }
H1.HeaderClassName
{
color: #76261D;
}
.AnyTagClassName
{
color: #76261D;
}
</style>
background-color css
<style>
a { background-color: #76261D; }
a { background-color: rgb(118,38,29); }
div.DivClassName
{
background-color: #76261D;
}
.BgClassName
{
background-color: #76261D;
}
</style>
border-color css
<style>
span { border-color: #76261D; }
span { border-color: rgb(118,38,29); }
td.TdClassName
{
border-color: #76261D;
}
.TagClassName
{
border-color: #76261D;
}
</style>