Html Css Color HEX #A7B782 Caper

📋 copy color: '#A7B782'

red 167 ◦ green 183 ◦ blue 130

#A7B782
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #A7B782

Tints of Caper #A7B782

RGB

 RED value IS 167 (65.63% from 255) = 34.79%

 GREEN value IS 183 (71.88% from 255) = 38.13%

 BLUE value IS 130 (51.17% from 255) = 27.08%

R = 34.79%
G = 38.13%
B = 27.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#A7B782 (or 0xA7B782) is known color: Caper. HEX triplet: A7, B7 and 82. RGB value is (167,183,130). Sum of RGB (Red+Green+Blue) = 167+183+130=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B782 is #58487D. Grayscale: #ACACAC. Windows color (decimal): -5785726 or 8566695. OLE color: 8566695.

HSL color Cylindrical-coordinate representation of color #A7B782: hue angle of 78.11º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7B782 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 183 130 -
CMYK 0.09 0 0.29 0.28
HSL 78.11º 0.27% 0.61% -
HSV(B) 78.11º 0.29% 0.72% -
XYZ 36.9 43.69 27.61 -
YUV 172.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 167 183 130 0.09 0 0.29 0.28 78.11 0.27 0.61
Hex A7 B7 82 9 0 1D 1C 4E 1B 3D
Octal 247 267 202 11 0 35 34 116 33 75
Binary 10100111 10110111 10000010 1001 0 11101 11100 1001110 11011 111101

Color Harmonies of #A7B782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B782

Black with #A7B782

Text Example


Text Example

White with #A7B782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B782; }

 p { color: rgb(167,183,130); }

 H1.HeaderClassName
 {
   color: #A7B782;
 }
 .AnyTagClassName
 {
   color: #A7B782;
 }
</style>

background-color css

<style>
 a { background-color: #A7B782; }

 a { background-color: rgb(167,183,130); }

 div.DivClassName
 {
   background-color: #A7B782;
 }
 .BgClassName
 {
   background-color: #A7B782;
 }
</style>

border-color css

<style>
 span { border-color: #A7B782; }

 span { border-color: rgb(167,183,130); }

 td.TdClassName
 {
   border-color: #A7B782;
 }
 .TagClassName
 {
   border-color: #A7B782;
 }
</style>