Shades of Boulder #7D847D
Tints of Boulder #7D847D
RGB
CMYK
RGB Variations
Color information
#7D847D (or 0x7D847D) is known color: Boulder. HEX triplet: 7D, 84 and 7D. RGB value is (125,132,125). Sum of RGB (Red+Green+Blue) = 125+132+125=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 132 - color contains mainly: green. Hex color #7D847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D847D is #827B82. Grayscale: #818181. Windows color (decimal): -8551299 or 8225917. OLE color: 8225917.
HSL color Cylindrical-coordinate representation of color #7D847D: hue angle of 120º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7D847D is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 132 | 125 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.48 |
| HSL | 120º | 0.03% | 0.5% | - |
| HSV(B) | 120º | 0.05% | 0.52% | - |
| XYZ | 20.41 | 22.34 | 22.64 | - |
| YUV | 129.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 132 | 125 | 0.05 | 0 | 0.05 | 0.48 | 120 | 0.03 | 0.5 |
| Hex | 7D | 84 | 7D | 5 | 0 | 5 | 30 | 78 | 3 | 32 |
| Octal | 175 | 204 | 175 | 5 | 0 | 5 | 60 | 170 | 3 | 62 |
| Binary | 1111101 | 10000100 | 1111101 | 101 | 0 | 101 | 110000 | 1111000 | 11 | 110010 |
Color Harmonies of #7D847D
Complementary color
Monochromatic Colors of #7D847D
Black with #7D847D
Text Example
Text Example
White with #7D847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D847D; }
p { color: rgb(125,132,125); }
H1.HeaderClassName
{
color: #7D847D;
}
.AnyTagClassName
{
color: #7D847D;
}
</style>
background-color css
<style>
a { background-color: #7D847D; }
a { background-color: rgb(125,132,125); }
div.DivClassName
{
background-color: #7D847D;
}
.BgClassName
{
background-color: #7D847D;
}
</style>
border-color css
<style>
span { border-color: #7D847D; }
span { border-color: rgb(125,132,125); }
td.TdClassName
{
border-color: #7D847D;
}
.TagClassName
{
border-color: #7D847D;
}
</style>