Shades of Boulder #747774
Tints of Boulder #747774
RGB
CMYK
RGB Variations
Color information
#747774 (or 0x747774) is known color: Boulder. HEX triplet: 74, 77 and 74. RGB value is (116,119,116). Sum of RGB (Red+Green+Blue) = 116+119+116=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 119 - color contains mainly: green. Hex color #747774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747774 is #8B888B. Grayscale: #757575. Windows color (decimal): -9144460 or 7632756. OLE color: 7632756.
HSL color Cylindrical-coordinate representation of color #747774: hue angle of 120º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747774 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 116 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.53 |
| HSL | 120º | 0.01% | 0.46% | - |
| HSV(B) | 120º | 0.03% | 0.47% | - |
| XYZ | 16.95 | 18.17 | 19.14 | - |
| YUV | 117.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 116 | 0.03 | 0 | 0.03 | 0.53 | 120 | 0.01 | 0.46 |
| Hex | 74 | 77 | 74 | 3 | 0 | 3 | 35 | 78 | 1 | 2E |
| Octal | 164 | 167 | 164 | 3 | 0 | 3 | 65 | 170 | 1 | 56 |
| Binary | 1110100 | 1110111 | 1110100 | 11 | 0 | 11 | 110101 | 1111000 | 1 | 101110 |
Color Harmonies of #747774
Complementary color
Monochromatic Colors of #747774
Black with #747774
Text Example
Text Example
White with #747774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747774; }
p { color: rgb(116,119,116); }
H1.HeaderClassName
{
color: #747774;
}
.AnyTagClassName
{
color: #747774;
}
</style>
background-color css
<style>
a { background-color: #747774; }
a { background-color: rgb(116,119,116); }
div.DivClassName
{
background-color: #747774;
}
.BgClassName
{
background-color: #747774;
}
</style>
border-color css
<style>
span { border-color: #747774; }
span { border-color: rgb(116,119,116); }
td.TdClassName
{
border-color: #747774;
}
.TagClassName
{
border-color: #747774;
}
</style>