Shades of Boulder #7C847B
Tints of Boulder #7C847B
RGB
CMYK
RGB Variations
Color information
#7C847B (or 0x7C847B) is known color: Boulder. HEX triplet: 7C, 84 and 7B. RGB value is (124,132,123). Sum of RGB (Red+Green+Blue) = 124+132+123=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 132 - color contains mainly: green. Hex color #7C847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C847B is #837B84. Grayscale: #808080. Windows color (decimal): -8616837 or 8094844. OLE color: 8094844.
HSL color Cylindrical-coordinate representation of color #7C847B: 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 #7C847B is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 132 | 123 | - |
| 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.14 | 22.22 | 21.97 | - |
| YUV | 128.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 123 | 0.06 | 0 | 0.07 | 0.48 | 113.33 | 0.04 | 0.5 |
| Hex | 7C | 84 | 7B | 6 | 0 | 7 | 30 | 71 | 4 | 32 |
| Octal | 174 | 204 | 173 | 6 | 0 | 7 | 60 | 161 | 4 | 62 |
| Binary | 1111100 | 10000100 | 1111011 | 110 | 0 | 111 | 110000 | 1110001 | 100 | 110010 |
Color Harmonies of #7C847B
Complementary color
Monochromatic Colors of #7C847B
Black with #7C847B
Text Example
Text Example
White with #7C847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C847B; }
p { color: rgb(124,132,123); }
H1.HeaderClassName
{
color: #7C847B;
}
.AnyTagClassName
{
color: #7C847B;
}
</style>
background-color css
<style>
a { background-color: #7C847B; }
a { background-color: rgb(124,132,123); }
div.DivClassName
{
background-color: #7C847B;
}
.BgClassName
{
background-color: #7C847B;
}
</style>
border-color css
<style>
span { border-color: #7C847B; }
span { border-color: rgb(124,132,123); }
td.TdClassName
{
border-color: #7C847B;
}
.TagClassName
{
border-color: #7C847B;
}
</style>