#7E9D8D

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

Shades of Granny Smith #7E9D8D

Tints of Granny Smith #7E9D8D

Color information

#7E9D8D (or 0x7E9D8D) is unknown color: approx Granny Smith. HEX triplet: 7E, 9D and 8D. RGB value is (126,157,141). Sum of RGB (Red+Green+Blue) = 126+157+141=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #7E9D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9D8D is #816272. Grayscale: #919191. Windows color (decimal): -8479347 or 9280894. OLE color: 9280894.

HSL color Cylindrical-coordinate representation of color #7E9D8D: hue angle of 149.03º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E9D8D is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB126157141-
CMYK0.2000.100.38
HSL149.03º13.66%55.49%-
HSV(B)149.03º19.75%61.57%-
XYZ25.4730.4729.74-
YUV145.91125.23113.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.72%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=29.72%
G=37.03%
B=33.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261571410.2000.100.38149.0313.6655.49
Hex7E9D8D140A2695e37
Octal17623521524012462251667
Binary111111010011101100011011010001010100110100101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,157,141); }

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

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

 a { background-color: rgb(126,157,141); }

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

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

 span { border-color: rgb(126,157,141); }

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