#7E8280

Color #7E8280 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #7E8280

Tints of Granny Smith #7E8280

Color information

#7E8280 (or 0x7E8280) is unknown color: approx Granny Smith. HEX triplet: 7E, 82 and 80. RGB value is (126,130,128). Sum of RGB (Red+Green+Blue) = 126+130+128=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8280 is #817D7F. Grayscale: #808080. Windows color (decimal): -8486272 or 8422014. OLE color: 8422014.

HSL color Cylindrical-coordinate representation of color #7E8280: hue angle of 150º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7E8280 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB126130128-
CMYK0.0300.020.49
HSL150º1.57%50.2%-
HSV(B)150º3.08%50.98%-
XYZ20.4821.9623.58-
YUV128.58127.67126.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.81%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=32.81%
G=33.85%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261301280.0300.020.491501.5750.2
Hex7E82803023196232
Octal17620220030261226262
Binary11111101000001010000000110101100011001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E8280; }

 p { color: rgb(126,130,128); }

 H1.HeaderClassName
 {
   color: #7E8280;
 }
 .AnyTagClassName
 {
   color: #7E8280;
 }
</style>
background-color css

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

 a { background-color: rgb(126,130,128); }

 div.DivClassName
 {
   background-color: #7E8280;
 }
 .BgClassName
 {
   background-color: #7E8280;
 }
</style>
border-color css

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

 span { border-color: rgb(126,130,128); }

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