#779888

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

Shades of Granny Smith #779888

Tints of Granny Smith #779888

Color information

#779888 (or 0x779888) is unknown color: approx Granny Smith. HEX triplet: 77, 98 and 88. RGB value is (119,152,136). Sum of RGB (Red+Green+Blue) = 119+152+136=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #779888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779888 is #886777. Grayscale: #8C8C8C. Windows color (decimal): -8939384 or 8951927. OLE color: 8951927.

HSL color Cylindrical-coordinate representation of color #779888: hue angle of 150.91º 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 #779888 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB119152136-
CMYK0.2200.110.40
HSL150.91º13.81%53.14%-
HSV(B)150.91º21.71%59.61%-
XYZ23.2828.1627.5-
YUV140.31125.57112.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.24%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=29.24%
G=37.35%
B=33.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191521360.2200.110.40150.9113.8153.14
Hex779888160B2897e35
Octal16723021026013502271665
Binary111011110011000100010001011001011101000100101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779888; }

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

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

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

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

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

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

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

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