Shades of Caper #A7BB7D
Tints of Caper #A7BB7D
RGB
CMYK
RGB Variations
Color information
#A7BB7D (or 0xA7BB7D) is known color: Caper. HEX triplet: A7, BB and 7D. RGB value is (167,187,125). Sum of RGB (Red+Green+Blue) = 167+187+125=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BB7D is #584482. Grayscale: #AEAEAE. Windows color (decimal): -5784707 or 8240039. OLE color: 8240039.
HSL color Cylindrical-coordinate representation of color #A7BB7D: hue angle of 79.35º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7BB7D is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 187 | 125 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.27 |
| HSL | 79.35º | 0.31% | 0.61% | - |
| HSV(B) | 79.35º | 0.33% | 0.73% | - |
| XYZ | 37.41 | 45.24 | 26.16 | - |
| YUV | 173.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 125 | 0.11 | 0 | 0.33 | 0.27 | 79.35 | 0.31 | 0.61 |
| Hex | A7 | BB | 7D | B | 0 | 21 | 1B | 4F | 1F | 3D |
| Octal | 247 | 273 | 175 | 13 | 0 | 41 | 33 | 117 | 37 | 75 |
| Binary | 10100111 | 10111011 | 1111101 | 1011 | 0 | 100001 | 11011 | 1001111 | 11111 | 111101 |
Color Harmonies of #A7BB7D
Complementary color
Monochromatic Colors of #A7BB7D
Black with #A7BB7D
Text Example
Text Example
White with #A7BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BB7D; }
p { color: rgb(167,187,125); }
H1.HeaderClassName
{
color: #A7BB7D;
}
.AnyTagClassName
{
color: #A7BB7D;
}
</style>
background-color css
<style>
a { background-color: #A7BB7D; }
a { background-color: rgb(167,187,125); }
div.DivClassName
{
background-color: #A7BB7D;
}
.BgClassName
{
background-color: #A7BB7D;
}
</style>
border-color css
<style>
span { border-color: #A7BB7D; }
span { border-color: rgb(167,187,125); }
td.TdClassName
{
border-color: #A7BB7D;
}
.TagClassName
{
border-color: #A7BB7D;
}
</style>