#7F8C87

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

Shades of Granny Smith #7F8C87

Tints of Granny Smith #7F8C87

Color information

#7F8C87 (or 0x7F8C87) is unknown color: approx Granny Smith. HEX triplet: 7F, 8C and 87. RGB value is (127,140,135). Sum of RGB (Red+Green+Blue) = 127+140+135=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8C87 is #807378. Grayscale: #878787. Windows color (decimal): -8418169 or 8883327. OLE color: 8883327.

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

Color convert

RGB127140135-
CMYK0.0900.040.45
HSL156.92º5.35%52.35%-
HSV(B)156.92º9.29%54.9%-
XYZ22.525.0226.56-
YUV135.54127.69121.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 135 (53.12% from 255) = 33.58%
R=31.59%
G=34.83%
B=33.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271401350.0900.040.45156.925.3552.35
Hex7F8C879042D9d534
Octal177214207110455235564
Binary111111110001100100001111001010010110110011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,140,135); }

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

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

 a { background-color: rgb(127,140,135); }

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

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

 span { border-color: rgb(127,140,135); }

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