Shades of Boulder #747974
Tints of Boulder #747974
RGB
CMYK
RGB Variations
Color information
#747974 (or 0x747974) is known color: Boulder. HEX triplet: 74, 79 and 74. RGB value is (116,121,116). Sum of RGB (Red+Green+Blue) = 116+121+116=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 121 - color contains mainly: green. Hex color #747974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747974 is #8B868B. Grayscale: #767676. Windows color (decimal): -9143948 or 7633268. OLE color: 7633268.
HSL color Cylindrical-coordinate representation of color #747974: hue angle of 120º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #747974 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 121 | 116 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.53 |
| HSL | 120º | 0.02% | 0.46% | - |
| HSV(B) | 120º | 0.04% | 0.47% | - |
| XYZ | 17.19 | 18.65 | 19.22 | - |
| YUV | 118.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 116 | 0.04 | 0 | 0.04 | 0.53 | 120 | 0.02 | 0.46 |
| Hex | 74 | 79 | 74 | 4 | 0 | 4 | 35 | 78 | 2 | 2E |
| Octal | 164 | 171 | 164 | 4 | 0 | 4 | 65 | 170 | 2 | 56 |
| Binary | 1110100 | 1111001 | 1110100 | 100 | 0 | 100 | 110101 | 1111000 | 10 | 101110 |
Color Harmonies of #747974
Complementary color
Monochromatic Colors of #747974
Black with #747974
Text Example
Text Example
White with #747974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747974; }
p { color: rgb(116,121,116); }
H1.HeaderClassName
{
color: #747974;
}
.AnyTagClassName
{
color: #747974;
}
</style>
background-color css
<style>
a { background-color: #747974; }
a { background-color: rgb(116,121,116); }
div.DivClassName
{
background-color: #747974;
}
.BgClassName
{
background-color: #747974;
}
</style>
border-color css
<style>
span { border-color: #747974; }
span { border-color: rgb(116,121,116); }
td.TdClassName
{
border-color: #747974;
}
.TagClassName
{
border-color: #747974;
}
</style>