Shades of Russett #74645D
Tints of Russett #74645D
RGB
CMYK
RGB Variations
Color information
#74645D (or 0x74645D) is known color: Russett. HEX triplet: 74, 64 and 5D. RGB value is (116,100,93). Sum of RGB (Red+Green+Blue) = 116+100+93=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #74645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74645D is #8B9BA2. Grayscale: #686868. Windows color (decimal): -9149347 or 6120564. OLE color: 6120564.
HSL color Cylindrical-coordinate representation of color #74645D: hue angle of 18.26º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74645D is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 100 | 93 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.55 |
| HSL | 18.26º | 0.11% | 0.41% | - |
| HSV(B) | 18.26º | 0.2% | 0.45% | - |
| XYZ | 13.74 | 13.62 | 12.26 | - |
| YUV | 103.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 93 | 0 | 0.14 | 0.20 | 0.55 | 18.26 | 0.11 | 0.41 |
| Hex | 74 | 64 | 5D | 0 | E | 14 | 37 | 12 | B | 29 |
| Octal | 164 | 144 | 135 | 0 | 16 | 24 | 67 | 22 | 13 | 51 |
| Binary | 1110100 | 1100100 | 1011101 | 0 | 1110 | 10100 | 110111 | 10010 | 1011 | 101001 |
Color Harmonies of #74645D
Complementary color
Monochromatic Colors of #74645D
Black with #74645D
Text Example
Text Example
White with #74645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74645D; }
p { color: rgb(116,100,93); }
H1.HeaderClassName
{
color: #74645D;
}
.AnyTagClassName
{
color: #74645D;
}
</style>
background-color css
<style>
a { background-color: #74645D; }
a { background-color: rgb(116,100,93); }
div.DivClassName
{
background-color: #74645D;
}
.BgClassName
{
background-color: #74645D;
}
</style>
border-color css
<style>
span { border-color: #74645D; }
span { border-color: rgb(116,100,93); }
td.TdClassName
{
border-color: #74645D;
}
.TagClassName
{
border-color: #74645D;
}
</style>