Shades of Russett #74625B
Tints of Russett #74625B
RGB
CMYK
RGB Variations
Color information
#74625B (or 0x74625B) is known color: Russett. HEX triplet: 74, 62 and 5B. RGB value is (116,98,91). Sum of RGB (Red+Green+Blue) = 116+98+91=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74625B is #8B9DA4. Grayscale: #666666. Windows color (decimal): -9149861 or 5988980. OLE color: 5988980.
HSL color Cylindrical-coordinate representation of color #74625B: hue angle of 16.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74625B is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 91 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.55 |
| HSL | 16.8º | 0.12% | 0.41% | - |
| HSV(B) | 16.8º | 0.22% | 0.45% | - |
| XYZ | 13.46 | 13.2 | 11.74 | - |
| YUV | 102.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 91 | 0 | 0.16 | 0.22 | 0.55 | 16.8 | 0.12 | 0.41 |
| Hex | 74 | 62 | 5B | 0 | 10 | 16 | 37 | 11 | C | 29 |
| Octal | 164 | 142 | 133 | 0 | 20 | 26 | 67 | 21 | 14 | 51 |
| Binary | 1110100 | 1100010 | 1011011 | 0 | 10000 | 10110 | 110111 | 10001 | 1100 | 101001 |
Color Harmonies of #74625B
Complementary color
Monochromatic Colors of #74625B
Black with #74625B
Text Example
Text Example
White with #74625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74625B; }
p { color: rgb(116,98,91); }
H1.HeaderClassName
{
color: #74625B;
}
.AnyTagClassName
{
color: #74625B;
}
</style>
background-color css
<style>
a { background-color: #74625B; }
a { background-color: rgb(116,98,91); }
div.DivClassName
{
background-color: #74625B;
}
.BgClassName
{
background-color: #74625B;
}
</style>
border-color css
<style>
span { border-color: #74625B; }
span { border-color: rgb(116,98,91); }
td.TdClassName
{
border-color: #74625B;
}
.TagClassName
{
border-color: #74625B;
}
</style>