#779D8D

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

Shades of Granny Smith #779D8D

Tints of Granny Smith #779D8D

Color information

#779D8D (or 0x779D8D) is unknown color: approx Granny Smith. HEX triplet: 77, 9D and 8D. RGB value is (119,157,141). Sum of RGB (Red+Green+Blue) = 119+157+141=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 157 - color contains mainly: green. Hex color #779D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D8D is #886272. Grayscale: #8F8F8F. Windows color (decimal): -8938099 or 9280887. OLE color: 9280887.

HSL color Cylindrical-coordinate representation of color #779D8D: hue angle of 154.74º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779D8D is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB119157141-
CMYK0.2400.100.38
HSL154.74º16.24%54.12%-
HSV(B)154.74º24.2%61.57%-
XYZ24.4729.9629.69-
YUV143.81126.41110.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 157 (61.72% from 255) = 37.65%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=28.54%
G=37.65%
B=33.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191571410.2400.100.38154.7416.2454.12
Hex779D8D180A269b1036
Octal16723521530012462332066
Binary1110111100111011000110111000010101001101001101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779D8D; }

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

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

<style>
 a { background-color: #779D8D; }

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

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

<style>
 span { border-color: #779D8D; }

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

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