Shades of Caper #A7B780
Tints of Caper #A7B780
RGB
CMYK
RGB Variations
Color information
#A7B780 (or 0xA7B780) is known color: Caper. HEX triplet: A7, B7 and 80. RGB value is (167,183,128). Sum of RGB (Red+Green+Blue) = 167+183+128=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B780 is #58487F. Grayscale: #ACACAC. Windows color (decimal): -5785728 or 8435623. OLE color: 8435623.
HSL color Cylindrical-coordinate representation of color #A7B780: hue angle of 77.45º degrees, saturation: 0.28, 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 #A7B780 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 128 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.28 |
| HSL | 77.45º | 0.28% | 0.61% | - |
| HSV(B) | 77.45º | 0.3% | 0.72% | - |
| XYZ | 36.77 | 43.64 | 26.91 | - |
| YUV | 171.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 128 | 0.09 | 0 | 0.30 | 0.28 | 77.45 | 0.28 | 0.61 |
| Hex | A7 | B7 | 80 | 9 | 0 | 1E | 1C | 4D | 1C | 3D |
| Octal | 247 | 267 | 200 | 11 | 0 | 36 | 34 | 115 | 34 | 75 |
| Binary | 10100111 | 10110111 | 10000000 | 1001 | 0 | 11110 | 11100 | 1001101 | 11100 | 111101 |
Color Harmonies of #A7B780
Complementary color
Monochromatic Colors of #A7B780
Black with #A7B780
Text Example
Text Example
White with #A7B780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B780; }
p { color: rgb(167,183,128); }
H1.HeaderClassName
{
color: #A7B780;
}
.AnyTagClassName
{
color: #A7B780;
}
</style>
background-color css
<style>
a { background-color: #A7B780; }
a { background-color: rgb(167,183,128); }
div.DivClassName
{
background-color: #A7B780;
}
.BgClassName
{
background-color: #A7B780;
}
</style>
border-color css
<style>
span { border-color: #A7B780; }
span { border-color: rgb(167,183,128); }
td.TdClassName
{
border-color: #A7B780;
}
.TagClassName
{
border-color: #A7B780;
}
</style>