Shades of Russett #76645B
Tints of Russett #76645B
RGB
CMYK
RGB Variations
Color information
#76645B (or 0x76645B) is known color: Russett. HEX triplet: 76, 64 and 5B. RGB value is (118,100,91). Sum of RGB (Red+Green+Blue) = 118+100+91=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76645B is #899BA4. Grayscale: #686868. Windows color (decimal): -9018277 or 5989494. OLE color: 5989494.
HSL color Cylindrical-coordinate representation of color #76645B: hue angle of 20º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76645B is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 91 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.54 |
| HSL | 20º | 0.13% | 0.41% | - |
| HSV(B) | 20º | 0.23% | 0.46% | - |
| XYZ | 13.92 | 13.72 | 11.81 | - |
| YUV | 104.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 91 | 0 | 0.15 | 0.23 | 0.54 | 20 | 0.13 | 0.41 |
| Hex | 76 | 64 | 5B | 0 | F | 17 | 36 | 14 | D | 29 |
| Octal | 166 | 144 | 133 | 0 | 17 | 27 | 66 | 24 | 15 | 51 |
| Binary | 1110110 | 1100100 | 1011011 | 0 | 1111 | 10111 | 110110 | 10100 | 1101 | 101001 |
Color Harmonies of #76645B
Complementary color
Monochromatic Colors of #76645B
Black with #76645B
Text Example
Text Example
White with #76645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76645B; }
p { color: rgb(118,100,91); }
H1.HeaderClassName
{
color: #76645B;
}
.AnyTagClassName
{
color: #76645B;
}
</style>
background-color css
<style>
a { background-color: #76645B; }
a { background-color: rgb(118,100,91); }
div.DivClassName
{
background-color: #76645B;
}
.BgClassName
{
background-color: #76645B;
}
</style>
border-color css
<style>
span { border-color: #76645B; }
span { border-color: rgb(118,100,91); }
td.TdClassName
{
border-color: #76645B;
}
.TagClassName
{
border-color: #76645B;
}
</style>