Shades of Russett #74625D
Tints of Russett #74625D
RGB
CMYK
RGB Variations
Color information
#74625D (or 0x74625D) is known color: Russett. HEX triplet: 74, 62 and 5D. RGB value is (116,98,93). Sum of RGB (Red+Green+Blue) = 116+98+93=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74625D is #8B9DA2. Grayscale: #666666. Windows color (decimal): -9149859 or 6120052. OLE color: 6120052.
HSL color Cylindrical-coordinate representation of color #74625D: hue angle of 13.04º 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 #74625D is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 93 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.55 |
| HSL | 13.04º | 0.11% | 0.41% | - |
| HSV(B) | 13.04º | 0.2% | 0.45% | - |
| XYZ | 13.55 | 13.24 | 12.2 | - |
| YUV | 102.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 93 | 0 | 0.16 | 0.20 | 0.55 | 13.04 | 0.11 | 0.41 |
| Hex | 74 | 62 | 5D | 0 | 10 | 14 | 37 | D | B | 29 |
| Octal | 164 | 142 | 135 | 0 | 20 | 24 | 67 | 15 | 13 | 51 |
| Binary | 1110100 | 1100010 | 1011101 | 0 | 10000 | 10100 | 110111 | 1101 | 1011 | 101001 |
Color Harmonies of #74625D
Complementary color
Monochromatic Colors of #74625D
Black with #74625D
Text Example
Text Example
White with #74625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74625D; }
p { color: rgb(116,98,93); }
H1.HeaderClassName
{
color: #74625D;
}
.AnyTagClassName
{
color: #74625D;
}
</style>
background-color css
<style>
a { background-color: #74625D; }
a { background-color: rgb(116,98,93); }
div.DivClassName
{
background-color: #74625D;
}
.BgClassName
{
background-color: #74625D;
}
</style>
border-color css
<style>
span { border-color: #74625D; }
span { border-color: rgb(116,98,93); }
td.TdClassName
{
border-color: #74625D;
}
.TagClassName
{
border-color: #74625D;
}
</style>