Shades of Boulder #747574
Tints of Boulder #747574
RGB
CMYK
RGB Variations
Color information
#747574 (or 0x747574) is known color: Boulder. HEX triplet: 74, 75 and 74. RGB value is (116,117,116). Sum of RGB (Red+Green+Blue) = 116+117+116=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 117 - color contains mainly: green. Hex color #747574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747574 is #8B8A8B. Grayscale: #747474. Windows color (decimal): -9144972 or 7632244. OLE color: 7632244.
HSL color Cylindrical-coordinate representation of color #747574: hue angle of 120º degrees, saturation: 0, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #747574 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 116 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.54 |
| HSL | 120º | 0% | 0.46% | - |
| HSV(B) | 120º | 0.01% | 0.46% | - |
| XYZ | 16.72 | 17.7 | 19.06 | - |
| YUV | 116.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 116 | 0.01 | 0 | 0.01 | 0.54 | 120 | 0 | 0.46 |
| Hex | 74 | 75 | 74 | 1 | 0 | 1 | 36 | 78 | 0 | 2E |
| Octal | 164 | 165 | 164 | 1 | 0 | 1 | 66 | 170 | 0 | 56 |
| Binary | 1110100 | 1110101 | 1110100 | 1 | 0 | 1 | 110110 | 1111000 | 0 | 101110 |
Color Harmonies of #747574
Complementary color
Monochromatic Colors of #747574
Black with #747574
Text Example
Text Example
White with #747574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747574; }
p { color: rgb(116,117,116); }
H1.HeaderClassName
{
color: #747574;
}
.AnyTagClassName
{
color: #747574;
}
</style>
background-color css
<style>
a { background-color: #747574; }
a { background-color: rgb(116,117,116); }
div.DivClassName
{
background-color: #747574;
}
.BgClassName
{
background-color: #747574;
}
</style>
border-color css
<style>
span { border-color: #747574; }
span { border-color: rgb(116,117,116); }
td.TdClassName
{
border-color: #747574;
}
.TagClassName
{
border-color: #747574;
}
</style>