#7A8D87

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

Shades of Granny Smith #7A8D87

Tints of Granny Smith #7A8D87

Color information

#7A8D87 (or 0x7A8D87) is unknown color: approx Granny Smith. HEX triplet: 7A, 8D and 87. RGB value is (122,141,135). Sum of RGB (Red+Green+Blue) = 122+141+135=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #7A8D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8D87 is #857278. Grayscale: #868686. Windows color (decimal): -8745593 or 8883578. OLE color: 8883578.

HSL color Cylindrical-coordinate representation of color #7A8D87: hue angle of 161.05º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A8D87 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB122141135-
CMYK0.1300.040.45
HSL161.05º7.69%51.57%-
HSV(B)161.05º13.48%55.29%-
XYZ21.9224.9426.58-
YUV134.64128.21118.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.65%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 135 (53.12% from 255) = 33.92%
R=30.65%
G=35.43%
B=33.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1221411350.1300.040.45161.057.6951.57
Hex7A8D87D042Da1834
Octal1722152071504552411064
Binary1111010100011011000011111010100101101101000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,141,135); }

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

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

 a { background-color: rgb(122,141,135); }

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

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

 span { border-color: rgb(122,141,135); }

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