#778680

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

Shades of Granny Smith #778680

Tints of Granny Smith #778680

Color information

#778680 (or 0x778680) is unknown color: approx Granny Smith. HEX triplet: 77, 86 and 80. RGB value is (119,134,128). Sum of RGB (Red+Green+Blue) = 119+134+128=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #778680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778680 is #88797F. Grayscale: #808080. Windows color (decimal): -8944000 or 8423031. OLE color: 8423031.

HSL color Cylindrical-coordinate representation of color #778680: hue angle of 156º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778680 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB119134128-
CMYK0.1100.040.47
HSL156º5.93%49.61%-
HSV(B)156º11.19%52.55%-
XYZ20.0322.5323.72-
YUV128.83127.53120.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.23%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=31.23%
G=35.17%
B=33.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191341280.1100.040.471565.9349.61
Hex778680B042F9c632
Octal167206200130457234662
Binary111011110000110100000001011010010111110011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778680; }

 p { color: rgb(119,134,128); }

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

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

 a { background-color: rgb(119,134,128); }

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

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

 span { border-color: rgb(119,134,128); }

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