Shades of Boulder #7B847B
Tints of Boulder #7B847B
RGB
CMYK
RGB Variations
Color information
#7B847B (or 0x7B847B) is known color: Boulder. HEX triplet: 7B, 84 and 7B. RGB value is (123,132,123). Sum of RGB (Red+Green+Blue) = 123+132+123=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 132 - color contains mainly: green. Hex color #7B847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B847B is #847B84. Grayscale: #808080. Windows color (decimal): -8682373 or 8094843. OLE color: 8094843.
HSL color Cylindrical-coordinate representation of color #7B847B: hue angle of 120º 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 #7B847B is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 132 | 123 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.48 |
| HSL | 120º | 0.04% | 0.5% | - |
| HSV(B) | 120º | 0.07% | 0.52% | - |
| XYZ | 19.99 | 22.14 | 21.96 | - |
| YUV | 128.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 123 | 0.07 | 0 | 0.07 | 0.48 | 120 | 0.04 | 0.5 |
| Hex | 7B | 84 | 7B | 7 | 0 | 7 | 30 | 78 | 4 | 32 |
| Octal | 173 | 204 | 173 | 7 | 0 | 7 | 60 | 170 | 4 | 62 |
| Binary | 1111011 | 10000100 | 1111011 | 111 | 0 | 111 | 110000 | 1111000 | 100 | 110010 |
Color Harmonies of #7B847B
Complementary color
Monochromatic Colors of #7B847B
Black with #7B847B
Text Example
Text Example
White with #7B847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B847B; }
p { color: rgb(123,132,123); }
H1.HeaderClassName
{
color: #7B847B;
}
.AnyTagClassName
{
color: #7B847B;
}
</style>
background-color css
<style>
a { background-color: #7B847B; }
a { background-color: rgb(123,132,123); }
div.DivClassName
{
background-color: #7B847B;
}
.BgClassName
{
background-color: #7B847B;
}
</style>
border-color css
<style>
span { border-color: #7B847B; }
span { border-color: rgb(123,132,123); }
td.TdClassName
{
border-color: #7B847B;
}
.TagClassName
{
border-color: #7B847B;
}
</style>