Shades of Russett #74655D
Tints of Russett #74655D
RGB
CMYK
RGB Variations
Color information
#74655D (or 0x74655D) is known color: Russett. HEX triplet: 74, 65 and 5D. RGB value is (116,101,93). Sum of RGB (Red+Green+Blue) = 116+101+93=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74655D is #8B9AA2. Grayscale: #686868. Windows color (decimal): -9149091 or 6120820. OLE color: 6120820.
HSL color Cylindrical-coordinate representation of color #74655D: hue angle of 20.87º 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 #74655D is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 93 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.55 |
| HSL | 20.87º | 0.11% | 0.41% | - |
| HSV(B) | 20.87º | 0.2% | 0.45% | - |
| XYZ | 13.83 | 13.81 | 12.29 | - |
| YUV | 104.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 93 | 0 | 0.13 | 0.20 | 0.55 | 20.87 | 0.11 | 0.41 |
| Hex | 74 | 65 | 5D | 0 | D | 14 | 37 | 15 | B | 29 |
| Octal | 164 | 145 | 135 | 0 | 15 | 24 | 67 | 25 | 13 | 51 |
| Binary | 1110100 | 1100101 | 1011101 | 0 | 1101 | 10100 | 110111 | 10101 | 1011 | 101001 |
Color Harmonies of #74655D
Complementary color
Monochromatic Colors of #74655D
Black with #74655D
Text Example
Text Example
White with #74655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74655D; }
p { color: rgb(116,101,93); }
H1.HeaderClassName
{
color: #74655D;
}
.AnyTagClassName
{
color: #74655D;
}
</style>
background-color css
<style>
a { background-color: #74655D; }
a { background-color: rgb(116,101,93); }
div.DivClassName
{
background-color: #74655D;
}
.BgClassName
{
background-color: #74655D;
}
</style>
border-color css
<style>
span { border-color: #74655D; }
span { border-color: rgb(116,101,93); }
td.TdClassName
{
border-color: #74655D;
}
.TagClassName
{
border-color: #74655D;
}
</style>