Shades of Caper #A7BB7B
Tints of Caper #A7BB7B
RGB
CMYK
RGB Variations
Color information
#A7BB7B (or 0xA7BB7B) is known color: Caper. HEX triplet: A7, BB and 7B. RGB value is (167,187,123). Sum of RGB (Red+Green+Blue) = 167+187+123=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BB7B is #584484. Grayscale: #ADADAD. Windows color (decimal): -5784709 or 8108967. OLE color: 8108967.
HSL color Cylindrical-coordinate representation of color #A7BB7B: hue angle of 78.75º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7BB7B is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 187 | 123 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.27 |
| HSL | 78.75º | 0.32% | 0.61% | - |
| HSV(B) | 78.75º | 0.34% | 0.73% | - |
| XYZ | 37.28 | 45.19 | 25.5 | - |
| YUV | 173.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 123 | 0.11 | 0 | 0.34 | 0.27 | 78.75 | 0.32 | 0.61 |
| Hex | A7 | BB | 7B | B | 0 | 22 | 1B | 4F | 20 | 3D |
| Octal | 247 | 273 | 173 | 13 | 0 | 42 | 33 | 117 | 40 | 75 |
| Binary | 10100111 | 10111011 | 1111011 | 1011 | 0 | 100010 | 11011 | 1001111 | 100000 | 111101 |
Color Harmonies of #A7BB7B
Complementary color
Monochromatic Colors of #A7BB7B
Black with #A7BB7B
Text Example
Text Example
White with #A7BB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BB7B; }
p { color: rgb(167,187,123); }
H1.HeaderClassName
{
color: #A7BB7B;
}
.AnyTagClassName
{
color: #A7BB7B;
}
</style>
background-color css
<style>
a { background-color: #A7BB7B; }
a { background-color: rgb(167,187,123); }
div.DivClassName
{
background-color: #A7BB7B;
}
.BgClassName
{
background-color: #A7BB7B;
}
</style>
border-color css
<style>
span { border-color: #A7BB7B; }
span { border-color: rgb(167,187,123); }
td.TdClassName
{
border-color: #A7BB7B;
}
.TagClassName
{
border-color: #A7BB7B;
}
</style>