Shades of Boulder #7F857F
Tints of Boulder #7F857F
RGB
CMYK
RGB Variations
Color information
#7F857F (or 0x7F857F) is known color: Boulder. HEX triplet: 7F, 85 and 7F. RGB value is (127,133,127). Sum of RGB (Red+Green+Blue) = 127+133+127=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 133 - color contains mainly: green. Hex color #7F857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F857F is #807A80. Grayscale: #828282. Windows color (decimal): -8419969 or 8357247. OLE color: 8357247.
HSL color Cylindrical-coordinate representation of color #7F857F: hue angle of 120º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7F857F is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 127 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.48 |
| HSL | 120º | 0.02% | 0.51% | - |
| HSV(B) | 120º | 0.05% | 0.52% | - |
| XYZ | 20.97 | 22.82 | 23.38 | - |
| YUV | 130.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 127 | 0.05 | 0 | 0.05 | 0.48 | 120 | 0.02 | 0.51 |
| Hex | 7F | 85 | 7F | 5 | 0 | 5 | 30 | 78 | 2 | 33 |
| Octal | 177 | 205 | 177 | 5 | 0 | 5 | 60 | 170 | 2 | 63 |
| Binary | 1111111 | 10000101 | 1111111 | 101 | 0 | 101 | 110000 | 1111000 | 10 | 110011 |
Color Harmonies of #7F857F
Complementary color
Monochromatic Colors of #7F857F
Black with #7F857F
Text Example
Text Example
White with #7F857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F857F; }
p { color: rgb(127,133,127); }
H1.HeaderClassName
{
color: #7F857F;
}
.AnyTagClassName
{
color: #7F857F;
}
</style>
background-color css
<style>
a { background-color: #7F857F; }
a { background-color: rgb(127,133,127); }
div.DivClassName
{
background-color: #7F857F;
}
.BgClassName
{
background-color: #7F857F;
}
</style>
border-color css
<style>
span { border-color: #7F857F; }
span { border-color: rgb(127,133,127); }
td.TdClassName
{
border-color: #7F857F;
}
.TagClassName
{
border-color: #7F857F;
}
</style>