#778F82

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

Shades of Granny Smith #778F82

Tints of Granny Smith #778F82

Color information

#778F82 (or 0x778F82) is unknown color: approx Granny Smith. HEX triplet: 77, 8F and 82. RGB value is (119,143,130). Sum of RGB (Red+Green+Blue) = 119+143+130=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 143 - color contains mainly: green. Hex color #778F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778F82 is #88707D. Grayscale: #868686. Windows color (decimal): -8941694 or 8556407. OLE color: 8556407.

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

Color convert

RGB119143130-
CMYK0.1700.090.44
HSL147.5º9.68%51.37%-
HSV(B)147.5º16.78%56.08%-
XYZ21.4625.1824.85-
YUV134.34125.55117.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=30.36%
G=36.48%
B=33.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191431300.1700.090.44147.59.6851.37
Hex778F8211092C93a33
Octal16721720221011542231263
Binary111011110001111100000101000101001101100100100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,143,130); }

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

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

 a { background-color: rgb(119,143,130); }

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

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

 span { border-color: rgb(119,143,130); }

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