Shades of Russett #76625D
Tints of Russett #76625D
RGB
CMYK
RGB Variations
Color information
#76625D (or 0x76625D) is known color: Russett. HEX triplet: 76, 62 and 5D. RGB value is (118,98,93). Sum of RGB (Red+Green+Blue) = 118+98+93=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76625D is #899DA2. Grayscale: #676767. Windows color (decimal): -9018787 or 6120054. OLE color: 6120054.
HSL color Cylindrical-coordinate representation of color #76625D: hue angle of 12º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76625D is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 93 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.54 |
| HSL | 12º | 0.12% | 0.41% | - |
| HSV(B) | 12º | 0.21% | 0.46% | - |
| XYZ | 13.81 | 13.38 | 12.21 | - |
| YUV | 103.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 93 | 0 | 0.17 | 0.21 | 0.54 | 12 | 0.12 | 0.41 |
| Hex | 76 | 62 | 5D | 0 | 11 | 15 | 36 | C | C | 29 |
| Octal | 166 | 142 | 135 | 0 | 21 | 25 | 66 | 14 | 14 | 51 |
| Binary | 1110110 | 1100010 | 1011101 | 0 | 10001 | 10101 | 110110 | 1100 | 1100 | 101001 |
Color Harmonies of #76625D
Complementary color
Monochromatic Colors of #76625D
Black with #76625D
Text Example
Text Example
White with #76625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76625D; }
p { color: rgb(118,98,93); }
H1.HeaderClassName
{
color: #76625D;
}
.AnyTagClassName
{
color: #76625D;
}
</style>
background-color css
<style>
a { background-color: #76625D; }
a { background-color: rgb(118,98,93); }
div.DivClassName
{
background-color: #76625D;
}
.BgClassName
{
background-color: #76625D;
}
</style>
border-color css
<style>
span { border-color: #76625D; }
span { border-color: rgb(118,98,93); }
td.TdClassName
{
border-color: #76625D;
}
.TagClassName
{
border-color: #76625D;
}
</style>