#788480

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

Shades of Granny Smith #788480

Tints of Granny Smith #788480

Color information

#788480 (or 0x788480) is unknown color: approx Granny Smith. HEX triplet: 78, 84 and 80. RGB value is (120,132,128). Sum of RGB (Red+Green+Blue) = 120+132+128=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 132 - color contains mainly: green. Hex color #788480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788480 is #877B7F. Grayscale: #7F7F7F. Windows color (decimal): -8878976 or 8422520. OLE color: 8422520.

HSL color Cylindrical-coordinate representation of color #788480: hue angle of 160º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #788480 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB120132128-
CMYK0.0900.030.48
HSL160º4.76%49.41%-
HSV(B)160º9.09%51.76%-
XYZ19.8922.0523.63-
YUV127.96128.02122.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.58%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=31.58%
G=34.74%
B=33.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201321280.0900.030.481604.7649.41
Hex78848090330a0531
Octal170204200110360240561
Binary11110001000010010000000100101111000010100000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788480; }

 p { color: rgb(120,132,128); }

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

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

 a { background-color: rgb(120,132,128); }

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

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

 span { border-color: rgb(120,132,128); }

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