Shades of Caper #A7CA77
Tints of Caper #A7CA77
RGB
CMYK
RGB Variations
Color information
#A7CA77 (or 0xA7CA77) is known color: Caper. HEX triplet: A7, CA and 77. RGB value is (167,202,119). Sum of RGB (Red+Green+Blue) = 167+202+119=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA77 is #583588. Grayscale: #B6B6B6. Windows color (decimal): -5780873 or 7850663. OLE color: 7850663.
HSL color Cylindrical-coordinate representation of color #A7CA77: hue angle of 85.3º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7CA77 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 119 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.21 |
| HSL | 85.3º | 0.44% | 0.63% | - |
| HSV(B) | 85.3º | 0.41% | 0.79% | - |
| XYZ | 40.39 | 51.79 | 25.32 | - |
| YUV | 182.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 119 | 0.17 | 0 | 0.41 | 0.21 | 85.3 | 0.44 | 0.63 |
| Hex | A7 | CA | 77 | 11 | 0 | 29 | 15 | 55 | 2C | 3F |
| Octal | 247 | 312 | 167 | 21 | 0 | 51 | 25 | 125 | 54 | 77 |
| Binary | 10100111 | 11001010 | 1110111 | 10001 | 0 | 101001 | 10101 | 1010101 | 101100 | 111111 |
Color Harmonies of #A7CA77
Complementary color
Monochromatic Colors of #A7CA77
Black with #A7CA77
Text Example
Text Example
White with #A7CA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CA77; }
p { color: rgb(167,202,119); }
H1.HeaderClassName
{
color: #A7CA77;
}
.AnyTagClassName
{
color: #A7CA77;
}
</style>
background-color css
<style>
a { background-color: #A7CA77; }
a { background-color: rgb(167,202,119); }
div.DivClassName
{
background-color: #A7CA77;
}
.BgClassName
{
background-color: #A7CA77;
}
</style>
border-color css
<style>
span { border-color: #A7CA77; }
span { border-color: rgb(167,202,119); }
td.TdClassName
{
border-color: #A7CA77;
}
.TagClassName
{
border-color: #A7CA77;
}
</style>