Shades of Boulder #7D877C
Tints of Boulder #7D877C
RGB
CMYK
RGB Variations
Color information
#7D877C (or 0x7D877C) is known color: Boulder. HEX triplet: 7D, 87 and 7C. RGB value is (125,135,124). Sum of RGB (Red+Green+Blue) = 125+135+124=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #7D877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D877C is #827883. Grayscale: #828282. Windows color (decimal): -8550532 or 8161149. OLE color: 8161149.
HSL color Cylindrical-coordinate representation of color #7D877C: hue angle of 114.55º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7D877C is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 124 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.47 |
| HSL | 114.55º | 0.04% | 0.51% | - |
| HSV(B) | 114.55º | 0.08% | 0.53% | - |
| XYZ | 20.76 | 23.14 | 22.44 | - |
| YUV | 130.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 124 | 0.07 | 0 | 0.08 | 0.47 | 114.55 | 0.04 | 0.51 |
| Hex | 7D | 87 | 7C | 7 | 0 | 8 | 2F | 73 | 4 | 33 |
| Octal | 175 | 207 | 174 | 7 | 0 | 10 | 57 | 163 | 4 | 63 |
| Binary | 1111101 | 10000111 | 1111100 | 111 | 0 | 1000 | 101111 | 1110011 | 100 | 110011 |
Color Harmonies of #7D877C
Complementary color
Monochromatic Colors of #7D877C
Black with #7D877C
Text Example
Text Example
White with #7D877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D877C; }
p { color: rgb(125,135,124); }
H1.HeaderClassName
{
color: #7D877C;
}
.AnyTagClassName
{
color: #7D877C;
}
</style>
background-color css
<style>
a { background-color: #7D877C; }
a { background-color: rgb(125,135,124); }
div.DivClassName
{
background-color: #7D877C;
}
.BgClassName
{
background-color: #7D877C;
}
</style>
border-color css
<style>
span { border-color: #7D877C; }
span { border-color: rgb(125,135,124); }
td.TdClassName
{
border-color: #7D877C;
}
.TagClassName
{
border-color: #7D877C;
}
</style>