#77988D

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

Shades of Granny Smith #77988D

Tints of Granny Smith #77988D

Color information

#77988D (or 0x77988D) is unknown color: approx Granny Smith. HEX triplet: 77, 98 and 8D. RGB value is (119,152,141). Sum of RGB (Red+Green+Blue) = 119+152+141=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #77988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77988D is #886772. Grayscale: #8C8C8C. Windows color (decimal): -8939379 or 9279607. OLE color: 9279607.

HSL color Cylindrical-coordinate representation of color #77988D: hue angle of 160º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77988D is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB119152141-
CMYK0.2200.070.40
HSL160º13.81%53.14%-
HSV(B)160º21.71%59.61%-
XYZ23.6428.329.42-
YUV140.88128.07112.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=28.88%
G=36.89%
B=34.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191521410.2200.070.4016013.8153.14
Hex77988D160728a0e35
Octal1672302152607502401665
Binary11101111001100010001101101100111101000101000001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77988D; }

 p { color: rgb(119,152,141); }

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

<style>
 a { background-color: #77988D; }

 a { background-color: rgb(119,152,141); }

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

<style>
 span { border-color: #77988D; }

 span { border-color: rgb(119,152,141); }

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