#7C8E84

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

Shades of Granny Smith #7C8E84

Tints of Granny Smith #7C8E84

Color information

#7C8E84 (or 0x7C8E84) is unknown color: approx Granny Smith. HEX triplet: 7C, 8E and 84. RGB value is (124,142,132). Sum of RGB (Red+Green+Blue) = 124+142+132=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8E84 is #83717B. Grayscale: #878787. Windows color (decimal): -8614268 or 8687228. OLE color: 8687228.

HSL color Cylindrical-coordinate representation of color #7C8E84: hue angle of 146.67º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8E84 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB124142132-
CMYK0.1300.070.44
HSL146.67º7.38%52.16%-
HSV(B)146.67º12.68%55.69%-
XYZ22.1525.325.55-
YUV135.48126.04119.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=31.16%
G=35.68%
B=33.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241421320.1300.070.44146.677.3852.16
Hex7C8E84D072C93734
Octal174216204150754223764
Binary111110010001110100001001101011110110010010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,142,132); }

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

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

 a { background-color: rgb(124,142,132); }

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

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

 span { border-color: rgb(124,142,132); }

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