#7A8682

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

Shades of Granny Smith #7A8682

Tints of Granny Smith #7A8682

Color information

#7A8682 (or 0x7A8682) is unknown color: approx Granny Smith. HEX triplet: 7A, 86 and 82. RGB value is (122,134,130). Sum of RGB (Red+Green+Blue) = 122+134+130=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8682 is #85797D. Grayscale: #818181. Windows color (decimal): -8747390 or 8554106. OLE color: 8554106.

HSL color Cylindrical-coordinate representation of color #7A8682: hue angle of 160º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A8682 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB122134130-
CMYK0.0900.030.47
HSL160º4.72%50.2%-
HSV(B)160º8.96%52.55%-
XYZ20.5822.824.44-
YUV129.96128.02122.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.61%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=31.61%
G=34.72%
B=33.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221341300.0900.030.471604.7250.2
Hex7A86829032Fa0532
Octal172206202110357240562
Binary11110101000011010000010100101110111110100000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,134,130); }

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

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

 a { background-color: rgb(122,134,130); }

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

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

 span { border-color: rgb(122,134,130); }

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