Shades of Boulder #757C74
Tints of Boulder #757C74
RGB
CMYK
RGB Variations
Color information
#757C74 (or 0x757C74) is known color: Boulder. HEX triplet: 75, 7C and 74. RGB value is (117,124,116). Sum of RGB (Red+Green+Blue) = 117+124+116=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 124 - color contains mainly: green. Hex color #757C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C74 is #8A838B. Grayscale: #797979. Windows color (decimal): -9077644 or 7634037. OLE color: 7634037.
HSL color Cylindrical-coordinate representation of color #757C74: hue angle of 112.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #757C74 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 116 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.51 |
| HSL | 112.5º | 0.03% | 0.47% | - |
| HSV(B) | 112.5º | 0.06% | 0.49% | - |
| XYZ | 17.7 | 19.46 | 19.35 | - |
| YUV | 121 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 116 | 0.06 | 0 | 0.06 | 0.51 | 112.5 | 0.03 | 0.47 |
| Hex | 75 | 7C | 74 | 6 | 0 | 6 | 33 | 70 | 3 | 2F |
| Octal | 165 | 174 | 164 | 6 | 0 | 6 | 63 | 160 | 3 | 57 |
| Binary | 1110101 | 1111100 | 1110100 | 110 | 0 | 110 | 110011 | 1110000 | 11 | 101111 |
Color Harmonies of #757C74
Complementary color
Monochromatic Colors of #757C74
Black with #757C74
Text Example
Text Example
White with #757C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C74; }
p { color: rgb(117,124,116); }
H1.HeaderClassName
{
color: #757C74;
}
.AnyTagClassName
{
color: #757C74;
}
</style>
background-color css
<style>
a { background-color: #757C74; }
a { background-color: rgb(117,124,116); }
div.DivClassName
{
background-color: #757C74;
}
.BgClassName
{
background-color: #757C74;
}
</style>
border-color css
<style>
span { border-color: #757C74; }
span { border-color: rgb(117,124,116); }
td.TdClassName
{
border-color: #757C74;
}
.TagClassName
{
border-color: #757C74;
}
</style>