Shades of Russett #74665E
Tints of Russett #74665E
RGB
CMYK
RGB Variations
Color information
#74665E (or 0x74665E) is known color: Russett. HEX triplet: 74, 66 and 5E. RGB value is (116,102,94). Sum of RGB (Red+Green+Blue) = 116+102+94=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #74665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74665E is #8B99A1. Grayscale: #696969. Windows color (decimal): -9148834 or 6186612. OLE color: 6186612.
HSL color Cylindrical-coordinate representation of color #74665E: hue angle of 21.82º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74665E is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 94 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.55 |
| HSL | 21.82º | 0.1% | 0.41% | - |
| HSV(B) | 21.82º | 0.19% | 0.45% | - |
| XYZ | 13.97 | 14.02 | 12.56 | - |
| YUV | 105.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 94 | 0 | 0.12 | 0.19 | 0.55 | 21.82 | 0.1 | 0.41 |
| Hex | 74 | 66 | 5E | 0 | C | 13 | 37 | 16 | A | 29 |
| Octal | 164 | 146 | 136 | 0 | 14 | 23 | 67 | 26 | 12 | 51 |
| Binary | 1110100 | 1100110 | 1011110 | 0 | 1100 | 10011 | 110111 | 10110 | 1010 | 101001 |
Color Harmonies of #74665E
Complementary color
Monochromatic Colors of #74665E
Black with #74665E
Text Example
Text Example
White with #74665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74665E; }
p { color: rgb(116,102,94); }
H1.HeaderClassName
{
color: #74665E;
}
.AnyTagClassName
{
color: #74665E;
}
</style>
background-color css
<style>
a { background-color: #74665E; }
a { background-color: rgb(116,102,94); }
div.DivClassName
{
background-color: #74665E;
}
.BgClassName
{
background-color: #74665E;
}
</style>
border-color css
<style>
span { border-color: #74665E; }
span { border-color: rgb(116,102,94); }
td.TdClassName
{
border-color: #74665E;
}
.TagClassName
{
border-color: #74665E;
}
</style>