Shades of Russett #74625E
Tints of Russett #74625E
RGB
CMYK
RGB Variations
Color information
#74625E (or 0x74625E) is known color: Russett. HEX triplet: 74, 62 and 5E. RGB value is (116,98,94). Sum of RGB (Red+Green+Blue) = 116+98+94=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #74625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74625E is #8B9DA1. Grayscale: #666666. Windows color (decimal): -9149858 or 6185588. OLE color: 6185588.
HSL color Cylindrical-coordinate representation of color #74625E: hue angle of 10.91º 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 #74625E is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 94 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.55 |
| HSL | 10.91º | 0.1% | 0.41% | - |
| HSV(B) | 10.91º | 0.19% | 0.45% | - |
| XYZ | 13.59 | 13.26 | 12.43 | - |
| YUV | 102.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 94 | 0 | 0.16 | 0.19 | 0.55 | 10.91 | 0.1 | 0.41 |
| Hex | 74 | 62 | 5E | 0 | 10 | 13 | 37 | B | A | 29 |
| Octal | 164 | 142 | 136 | 0 | 20 | 23 | 67 | 13 | 12 | 51 |
| Binary | 1110100 | 1100010 | 1011110 | 0 | 10000 | 10011 | 110111 | 1011 | 1010 | 101001 |
Color Harmonies of #74625E
Complementary color
Monochromatic Colors of #74625E
Black with #74625E
Text Example
Text Example
White with #74625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74625E; }
p { color: rgb(116,98,94); }
H1.HeaderClassName
{
color: #74625E;
}
.AnyTagClassName
{
color: #74625E;
}
</style>
background-color css
<style>
a { background-color: #74625E; }
a { background-color: rgb(116,98,94); }
div.DivClassName
{
background-color: #74625E;
}
.BgClassName
{
background-color: #74625E;
}
</style>
border-color css
<style>
span { border-color: #74625E; }
span { border-color: rgb(116,98,94); }
td.TdClassName
{
border-color: #74625E;
}
.TagClassName
{
border-color: #74625E;
}
</style>