#A7B780

Color #A7B780 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A7B780

Tints of Caper #A7B780

Color information

#A7B780 (or 0xA7B780) is unknown color: approx 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

RGB167183128-
CMYK0.0900.300.28
HSL77.45º27.64%60.98%-
HSV(B)77.45º30.05%71.76%-
XYZ36.7743.6426.91-
YUV171.95103.2124.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=34.94%
G=38.28%
B=26.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671831280.0900.300.2877.4527.6460.98
HexA7B780901E1C4d1c3d
Octal24726720011036341153475
Binary101001111011011110000000100101111011100100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>