#778882

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

Shades of Granny Smith #778882

Tints of Granny Smith #778882

Color information

#778882 (or 0x778882) is unknown color: approx Granny Smith. HEX triplet: 77, 88 and 82. RGB value is (119,136,130). Sum of RGB (Red+Green+Blue) = 119+136+130=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #778882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778882 is #88777D. Grayscale: #828282. Windows color (decimal): -8943486 or 8554615. OLE color: 8554615.

HSL color Cylindrical-coordinate representation of color #778882: hue angle of 158.82º degrees, saturation: 0.07, 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 #778882 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB119136130-
CMYK0.1200.040.47
HSL158.82º6.67%50%-
HSV(B)158.82º12.5%53.33%-
XYZ20.4423.1424.51-
YUV130.23127.87119.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.91%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=30.91%
G=35.32%
B=33.77%

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
Decimal1191361300.1200.040.47158.826.6750
Hex778882C042F9f732
Octal167210202140457237762
Binary111011110001000100000101100010010111110011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778882; }

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

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

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

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

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

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

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

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