#778782

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

Shades of Granny Smith #778782

Tints of Granny Smith #778782

Color information

#778782 (or 0x778782) is unknown color: approx Granny Smith. HEX triplet: 77, 87 and 82. RGB value is (119,135,130). Sum of RGB (Red+Green+Blue) = 119+135+130=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #778782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778782 is #88787D. Grayscale: #818181. Windows color (decimal): -8943742 or 8554359. OLE color: 8554359.

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

Color convert

RGB119135130-
CMYK0.1200.040.47
HSL161.25º6.3%49.8%-
HSV(B)161.25º11.85%52.94%-
XYZ20.322.8624.46-
YUV129.65128.2120.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=30.99%
G=35.16%
B=33.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191351300.1200.040.47161.256.349.8
Hex778782C042Fa1632
Octal167207202140457241662
Binary111011110000111100000101100010010111110100001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778782; }

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

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

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

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

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

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

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

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