Shades of Lusty #76271E
Tints of Lusty #76271E
RGB
CMYK
RGB Variations
Color information
#76271E (or 0x76271E) is known color: Lusty. HEX triplet: 76, 27 and 1E. RGB value is (118,39,30). Sum of RGB (Red+Green+Blue) = 118+39+30=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #76271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76271E is #89D8E1. Grayscale: #3D3D3D. Windows color (decimal): -9033954 or 1976182. OLE color: 1976182.
HSL color Cylindrical-coordinate representation of color #76271E: hue angle of 6.14º 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 #76271E is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 30 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.54 |
| HSL | 6.14º | 0.59% | 0.29% | - |
| HSV(B) | 6.14º | 0.75% | 0.46% | - |
| XYZ | 8.43 | 5.4 | 1.83 | - |
| YUV | 61.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 30 | 0 | 0.67 | 0.75 | 0.54 | 6.14 | 0.59 | 0.29 |
| Hex | 76 | 27 | 1E | 0 | 43 | 4B | 36 | 6 | 3B | 1D |
| Octal | 166 | 47 | 36 | 0 | 103 | 113 | 66 | 6 | 73 | 35 |
| Binary | 1110110 | 100111 | 11110 | 0 | 1000011 | 1001011 | 110110 | 110 | 111011 | 11101 |
Color Harmonies of #76271E
Complementary color
Monochromatic Colors of #76271E
Black with #76271E
Text Example
Text Example
White with #76271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76271E; }
p { color: rgb(118,39,30); }
H1.HeaderClassName
{
color: #76271E;
}
.AnyTagClassName
{
color: #76271E;
}
</style>
background-color css
<style>
a { background-color: #76271E; }
a { background-color: rgb(118,39,30); }
div.DivClassName
{
background-color: #76271E;
}
.BgClassName
{
background-color: #76271E;
}
</style>
border-color css
<style>
span { border-color: #76271E; }
span { border-color: rgb(118,39,30); }
td.TdClassName
{
border-color: #76271E;
}
.TagClassName
{
border-color: #76271E;
}
</style>