Shades of Caper #A7B77A
Tints of Caper #A7B77A
RGB
CMYK
RGB Variations
Color information
#A7B77A (or 0xA7B77A) is known color: Caper. HEX triplet: A7, B7 and 7A. RGB value is (167,183,122). Sum of RGB (Red+Green+Blue) = 167+183+122=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B77A is #584885. Grayscale: #ABABAB. Windows color (decimal): -5785734 or 8042407. OLE color: 8042407.
HSL color Cylindrical-coordinate representation of color #A7B77A: hue angle of 75.74º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7B77A is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 122 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.28 |
| HSL | 75.74º | 0.3% | 0.6% | - |
| HSV(B) | 75.74º | 0.33% | 0.72% | - |
| XYZ | 36.38 | 43.49 | 24.89 | - |
| YUV | 171.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 122 | 0.09 | 0 | 0.33 | 0.28 | 75.74 | 0.3 | 0.6 |
| Hex | A7 | B7 | 7A | 9 | 0 | 21 | 1C | 4C | 1E | 3C |
| Octal | 247 | 267 | 172 | 11 | 0 | 41 | 34 | 114 | 36 | 74 |
| Binary | 10100111 | 10110111 | 1111010 | 1001 | 0 | 100001 | 11100 | 1001100 | 11110 | 111100 |
Color Harmonies of #A7B77A
Complementary color
Monochromatic Colors of #A7B77A
Black with #A7B77A
Text Example
Text Example
White with #A7B77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B77A; }
p { color: rgb(167,183,122); }
H1.HeaderClassName
{
color: #A7B77A;
}
.AnyTagClassName
{
color: #A7B77A;
}
</style>
background-color css
<style>
a { background-color: #A7B77A; }
a { background-color: rgb(167,183,122); }
div.DivClassName
{
background-color: #A7B77A;
}
.BgClassName
{
background-color: #A7B77A;
}
</style>
border-color css
<style>
span { border-color: #A7B77A; }
span { border-color: rgb(167,183,122); }
td.TdClassName
{
border-color: #A7B77A;
}
.TagClassName
{
border-color: #A7B77A;
}
</style>