Shades of Russett #74615B
Tints of Russett #74615B
RGB
CMYK
RGB Variations
Color information
#74615B (or 0x74615B) is known color: Russett. HEX triplet: 74, 61 and 5B. RGB value is (116,97,91). Sum of RGB (Red+Green+Blue) = 116+97+91=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #74615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74615B is #8B9EA4. Grayscale: #666666. Windows color (decimal): -9150117 or 5988724. OLE color: 5988724.
HSL color Cylindrical-coordinate representation of color #74615B: hue angle of 14.4º 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 #74615B is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 91 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.55 |
| HSL | 14.4º | 0.12% | 0.41% | - |
| HSV(B) | 14.4º | 0.22% | 0.45% | - |
| XYZ | 13.37 | 13.02 | 11.71 | - |
| YUV | 102 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 91 | 0 | 0.16 | 0.22 | 0.55 | 14.4 | 0.12 | 0.41 |
| Hex | 74 | 61 | 5B | 0 | 10 | 16 | 37 | E | C | 29 |
| Octal | 164 | 141 | 133 | 0 | 20 | 26 | 67 | 16 | 14 | 51 |
| Binary | 1110100 | 1100001 | 1011011 | 0 | 10000 | 10110 | 110111 | 1110 | 1100 | 101001 |
Color Harmonies of #74615B
Complementary color
Monochromatic Colors of #74615B
Black with #74615B
Text Example
Text Example
White with #74615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74615B; }
p { color: rgb(116,97,91); }
H1.HeaderClassName
{
color: #74615B;
}
.AnyTagClassName
{
color: #74615B;
}
</style>
background-color css
<style>
a { background-color: #74615B; }
a { background-color: rgb(116,97,91); }
div.DivClassName
{
background-color: #74615B;
}
.BgClassName
{
background-color: #74615B;
}
</style>
border-color css
<style>
span { border-color: #74615B; }
span { border-color: rgb(116,97,91); }
td.TdClassName
{
border-color: #74615B;
}
.TagClassName
{
border-color: #74615B;
}
</style>