#778E88

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

Shades of Granny Smith #778E88

Tints of Granny Smith #778E88

Color information

#778E88 (or 0x778E88) is unknown color: approx Granny Smith. HEX triplet: 77, 8E and 88. RGB value is (119,142,136). Sum of RGB (Red+Green+Blue) = 119+142+136=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 142 - color contains mainly: green. Hex color #778E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E88 is #887177. Grayscale: #868686. Windows color (decimal): -8941944 or 8949367. OLE color: 8949367.

HSL color Cylindrical-coordinate representation of color #778E88: hue angle of 164.35º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778E88 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB119142136-
CMYK0.1600.040.44
HSL164.35º9.24%51.18%-
HSV(B)164.35º16.2%55.69%-
XYZ21.7225.0526.98-
YUV134.44128.88116.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=29.97%
G=35.77%
B=34.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191421360.1600.040.44164.359.2451.18
Hex778E8810042Ca4933
Octal1672162102004542441163
Binary11101111000111010001000100000100101100101001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778E88; }

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

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

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

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

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

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

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

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