Shades of Caper #A7CB77
Tints of Caper #A7CB77
RGB
CMYK
RGB Variations
Color information
#A7CB77 (or 0xA7CB77) is known color: Caper. HEX triplet: A7, CB and 77. RGB value is (167,203,119). Sum of RGB (Red+Green+Blue) = 167+203+119=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CB77 is #583488. Grayscale: #B6B6B6. Windows color (decimal): -5780617 or 7850919. OLE color: 7850919.
HSL color Cylindrical-coordinate representation of color #A7CB77: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7CB77 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 203 | 119 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.20 |
| HSL | 85.71º | 0.45% | 0.63% | - |
| HSV(B) | 85.71º | 0.41% | 0.8% | - |
| XYZ | 40.62 | 52.26 | 25.4 | - |
| YUV | 182.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 203 | 119 | 0.18 | 0 | 0.41 | 0.20 | 85.71 | 0.45 | 0.63 |
| Hex | A7 | CB | 77 | 12 | 0 | 29 | 14 | 56 | 2D | 3F |
| Octal | 247 | 313 | 167 | 22 | 0 | 51 | 24 | 126 | 55 | 77 |
| Binary | 10100111 | 11001011 | 1110111 | 10010 | 0 | 101001 | 10100 | 1010110 | 101101 | 111111 |
Color Harmonies of #A7CB77
Complementary color
Monochromatic Colors of #A7CB77
Black with #A7CB77
Text Example
Text Example
White with #A7CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CB77; }
p { color: rgb(167,203,119); }
H1.HeaderClassName
{
color: #A7CB77;
}
.AnyTagClassName
{
color: #A7CB77;
}
</style>
background-color css
<style>
a { background-color: #A7CB77; }
a { background-color: rgb(167,203,119); }
div.DivClassName
{
background-color: #A7CB77;
}
.BgClassName
{
background-color: #A7CB77;
}
</style>
border-color css
<style>
span { border-color: #A7CB77; }
span { border-color: rgb(167,203,119); }
td.TdClassName
{
border-color: #A7CB77;
}
.TagClassName
{
border-color: #A7CB77;
}
</style>