#778A84

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

Shades of Granny Smith #778A84

Tints of Granny Smith #778A84

Color information

#778A84 (or 0x778A84) is unknown color: approx Granny Smith. HEX triplet: 77, 8A and 84. RGB value is (119,138,132). Sum of RGB (Red+Green+Blue) = 119+138+132=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 138 - color contains mainly: green. Hex color #778A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778A84 is #88757B. Grayscale: #838383. Windows color (decimal): -8942972 or 8686199. OLE color: 8686199.

HSL color Cylindrical-coordinate representation of color #778A84: hue angle of 161.05º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #778A84 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB119138132-
CMYK0.1400.040.46
HSL161.05º7.51%50.39%-
HSV(B)161.05º13.77%54.12%-
XYZ20.8623.7625.32-
YUV131.64128.21118.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=30.59%
G=35.48%
B=33.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191381320.1400.040.46161.057.5150.39
Hex778A84E042Ea1832
Octal1672122041604562411062
Binary1110111100010101000010011100100101110101000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,138,132); }

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

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

 a { background-color: rgb(119,138,132); }

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

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

 span { border-color: rgb(119,138,132); }

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