Shades of Boulder #747674
Tints of Boulder #747674
RGB
CMYK
RGB Variations
Color information
#747674 (or 0x747674) is known color: Boulder. HEX triplet: 74, 76 and 74. RGB value is (116,118,116). Sum of RGB (Red+Green+Blue) = 116+118+116=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 118 - color contains mainly: green. Hex color #747674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747674 is #8B898B. Grayscale: #757575. Windows color (decimal): -9144716 or 7632500. OLE color: 7632500.
HSL color Cylindrical-coordinate representation of color #747674: hue angle of 120º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #747674 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 116 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.54 |
| HSL | 120º | 0.01% | 0.46% | - |
| HSV(B) | 120º | 0.02% | 0.46% | - |
| XYZ | 16.83 | 17.93 | 19.1 | - |
| YUV | 117.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 116 | 0.02 | 0 | 0.02 | 0.54 | 120 | 0.01 | 0.46 |
| Hex | 74 | 76 | 74 | 2 | 0 | 2 | 36 | 78 | 1 | 2E |
| Octal | 164 | 166 | 164 | 2 | 0 | 2 | 66 | 170 | 1 | 56 |
| Binary | 1110100 | 1110110 | 1110100 | 10 | 0 | 10 | 110110 | 1111000 | 1 | 101110 |
Color Harmonies of #747674
Complementary color
Monochromatic Colors of #747674
Black with #747674
Text Example
Text Example
White with #747674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747674; }
p { color: rgb(116,118,116); }
H1.HeaderClassName
{
color: #747674;
}
.AnyTagClassName
{
color: #747674;
}
</style>
background-color css
<style>
a { background-color: #747674; }
a { background-color: rgb(116,118,116); }
div.DivClassName
{
background-color: #747674;
}
.BgClassName
{
background-color: #747674;
}
</style>
border-color css
<style>
span { border-color: #747674; }
span { border-color: rgb(116,118,116); }
td.TdClassName
{
border-color: #747674;
}
.TagClassName
{
border-color: #747674;
}
</style>