Shades of Boulder #717A71
Tints of Boulder #717A71
RGB
CMYK
RGB Variations
Color information
#717A71 (or 0x717A71) is known color: Boulder. HEX triplet: 71, 7A and 71. RGB value is (113,122,113). Sum of RGB (Red+Green+Blue) = 113+122+113=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 122 - color contains mainly: green. Hex color #717A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A71 is #8E858E. Grayscale: #767676. Windows color (decimal): -9340303 or 7436913. OLE color: 7436913.
HSL color Cylindrical-coordinate representation of color #717A71: hue angle of 120º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #717A71 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 122 | 113 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.52 |
| HSL | 120º | 0.04% | 0.46% | - |
| HSV(B) | 120º | 0.07% | 0.48% | - |
| XYZ | 16.75 | 18.62 | 18.33 | - |
| YUV | 118.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 113 | 0.07 | 0 | 0.07 | 0.52 | 120 | 0.04 | 0.46 |
| Hex | 71 | 7A | 71 | 7 | 0 | 7 | 34 | 78 | 4 | 2E |
| Octal | 161 | 172 | 161 | 7 | 0 | 7 | 64 | 170 | 4 | 56 |
| Binary | 1110001 | 1111010 | 1110001 | 111 | 0 | 111 | 110100 | 1111000 | 100 | 101110 |
Color Harmonies of #717A71
Complementary color
Monochromatic Colors of #717A71
Black with #717A71
Text Example
Text Example
White with #717A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A71; }
p { color: rgb(113,122,113); }
H1.HeaderClassName
{
color: #717A71;
}
.AnyTagClassName
{
color: #717A71;
}
</style>
background-color css
<style>
a { background-color: #717A71; }
a { background-color: rgb(113,122,113); }
div.DivClassName
{
background-color: #717A71;
}
.BgClassName
{
background-color: #717A71;
}
</style>
border-color css
<style>
span { border-color: #717A71; }
span { border-color: rgb(113,122,113); }
td.TdClassName
{
border-color: #717A71;
}
.TagClassName
{
border-color: #717A71;
}
</style>