Shades of Boulder #7F887F
Tints of Boulder #7F887F
RGB
CMYK
RGB Variations
Color information
#7F887F (or 0x7F887F) is known color: Boulder. HEX triplet: 7F, 88 and 7F. RGB value is (127,136,127). Sum of RGB (Red+Green+Blue) = 127+136+127=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 136 - color contains mainly: green. Hex color #7F887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F887F is #807780. Grayscale: #848484. Windows color (decimal): -8419201 or 8358015. OLE color: 8358015.
HSL color Cylindrical-coordinate representation of color #7F887F: hue angle of 120º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F887F is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 127 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.47 |
| HSL | 120º | 0.04% | 0.52% | - |
| HSV(B) | 120º | 0.07% | 0.53% | - |
| XYZ | 21.39 | 23.65 | 23.52 | - |
| YUV | 132.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 127 | 0.07 | 0 | 0.07 | 0.47 | 120 | 0.04 | 0.52 |
| Hex | 7F | 88 | 7F | 7 | 0 | 7 | 2F | 78 | 4 | 34 |
| Octal | 177 | 210 | 177 | 7 | 0 | 7 | 57 | 170 | 4 | 64 |
| Binary | 1111111 | 10001000 | 1111111 | 111 | 0 | 111 | 101111 | 1111000 | 100 | 110100 |
Color Harmonies of #7F887F
Complementary color
Monochromatic Colors of #7F887F
Black with #7F887F
Text Example
Text Example
White with #7F887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F887F; }
p { color: rgb(127,136,127); }
H1.HeaderClassName
{
color: #7F887F;
}
.AnyTagClassName
{
color: #7F887F;
}
</style>
background-color css
<style>
a { background-color: #7F887F; }
a { background-color: rgb(127,136,127); }
div.DivClassName
{
background-color: #7F887F;
}
.BgClassName
{
background-color: #7F887F;
}
</style>
border-color css
<style>
span { border-color: #7F887F; }
span { border-color: rgb(127,136,127); }
td.TdClassName
{
border-color: #7F887F;
}
.TagClassName
{
border-color: #7F887F;
}
</style>