Shades of Boulder #7D857C
Tints of Boulder #7D857C
RGB
CMYK
RGB Variations
Color information
#7D857C (or 0x7D857C) is known color: Boulder. HEX triplet: 7D, 85 and 7C. RGB value is (125,133,124). Sum of RGB (Red+Green+Blue) = 125+133+124=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 133 - color contains mainly: green. Hex color #7D857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D857C is #827A83. Grayscale: #818181. Windows color (decimal): -8551044 or 8160637. OLE color: 8160637.
HSL color Cylindrical-coordinate representation of color #7D857C: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7D857C is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 124 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.48 |
| HSL | 113.33º | 0.04% | 0.5% | - |
| HSV(B) | 113.33º | 0.07% | 0.52% | - |
| XYZ | 20.48 | 22.59 | 22.35 | - |
| YUV | 129.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 124 | 0.06 | 0 | 0.07 | 0.48 | 113.33 | 0.04 | 0.5 |
| Hex | 7D | 85 | 7C | 6 | 0 | 7 | 30 | 71 | 4 | 32 |
| Octal | 175 | 205 | 174 | 6 | 0 | 7 | 60 | 161 | 4 | 62 |
| Binary | 1111101 | 10000101 | 1111100 | 110 | 0 | 111 | 110000 | 1110001 | 100 | 110010 |
Color Harmonies of #7D857C
Complementary color
Monochromatic Colors of #7D857C
Black with #7D857C
Text Example
Text Example
White with #7D857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D857C; }
p { color: rgb(125,133,124); }
H1.HeaderClassName
{
color: #7D857C;
}
.AnyTagClassName
{
color: #7D857C;
}
</style>
background-color css
<style>
a { background-color: #7D857C; }
a { background-color: rgb(125,133,124); }
div.DivClassName
{
background-color: #7D857C;
}
.BgClassName
{
background-color: #7D857C;
}
</style>
border-color css
<style>
span { border-color: #7D857C; }
span { border-color: rgb(125,133,124); }
td.TdClassName
{
border-color: #7D857C;
}
.TagClassName
{
border-color: #7D857C;
}
</style>