#778D81

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

Shades of Granny Smith #778D81

Tints of Granny Smith #778D81

Color information

#778D81 (or 0x778D81) is unknown color: approx Granny Smith. HEX triplet: 77, 8D and 81. RGB value is (119,141,129). Sum of RGB (Red+Green+Blue) = 119+141+129=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 141 - color contains mainly: green. Hex color #778D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D81 is #88727E. Grayscale: #858585. Windows color (decimal): -8942207 or 8490359. OLE color: 8490359.

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

Color convert

RGB119141129-
CMYK0.1600.090.45
HSL147.27º8.8%50.98%-
HSV(B)147.27º15.6%55.29%-
XYZ21.124.5624.4-
YUV133.05125.71117.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=30.59%
G=36.25%
B=33.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191411290.1600.090.45147.278.850.98
Hex778D8110092D93933
Octal16721520120011552231163
Binary111011110001101100000011000001001101101100100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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