Shades of Caper #A7B781
Tints of Caper #A7B781
RGB
CMYK
RGB Variations
Color information
#A7B781 (or 0xA7B781) is known color: Caper. HEX triplet: A7, B7 and 81. RGB value is (167,183,129). Sum of RGB (Red+Green+Blue) = 167+183+129=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B781 is #58487E. Grayscale: #ACACAC. Windows color (decimal): -5785727 or 8501159. OLE color: 8501159.
HSL color Cylindrical-coordinate representation of color #A7B781: hue angle of 77.78º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7B781 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 129 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.28 |
| HSL | 77.78º | 0.27% | 0.61% | - |
| HSV(B) | 77.78º | 0.3% | 0.72% | - |
| XYZ | 36.83 | 43.67 | 27.26 | - |
| YUV | 172.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 129 | 0.09 | 0 | 0.30 | 0.28 | 77.78 | 0.27 | 0.61 |
| Hex | A7 | B7 | 81 | 9 | 0 | 1E | 1C | 4E | 1B | 3D |
| Octal | 247 | 267 | 201 | 11 | 0 | 36 | 34 | 116 | 33 | 75 |
| Binary | 10100111 | 10110111 | 10000001 | 1001 | 0 | 11110 | 11100 | 1001110 | 11011 | 111101 |
Color Harmonies of #A7B781
Complementary color
Monochromatic Colors of #A7B781
Black with #A7B781
Text Example
Text Example
White with #A7B781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B781; }
p { color: rgb(167,183,129); }
H1.HeaderClassName
{
color: #A7B781;
}
.AnyTagClassName
{
color: #A7B781;
}
</style>
background-color css
<style>
a { background-color: #A7B781; }
a { background-color: rgb(167,183,129); }
div.DivClassName
{
background-color: #A7B781;
}
.BgClassName
{
background-color: #A7B781;
}
</style>
border-color css
<style>
span { border-color: #A7B781; }
span { border-color: rgb(167,183,129); }
td.TdClassName
{
border-color: #A7B781;
}
.TagClassName
{
border-color: #A7B781;
}
</style>