#788980

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

Shades of Granny Smith #788980

Tints of Granny Smith #788980

Color information

#788980 (or 0x788980) is unknown color: approx Granny Smith. HEX triplet: 78, 89 and 80. RGB value is (120,137,128). Sum of RGB (Red+Green+Blue) = 120+137+128=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #788980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788980 is #87767F. Grayscale: #828282. Windows color (decimal): -8877696 or 8423800. OLE color: 8423800.

HSL color Cylindrical-coordinate representation of color #788980: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788980 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB120137128-
CMYK0.1200.070.46
HSL148.24º6.72%50.39%-
HSV(B)148.24º12.41%53.73%-
XYZ20.5923.4423.86-
YUV130.89126.37120.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=31.17%
G=35.58%
B=33.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201371280.1200.070.46148.246.7250.39
Hex788980C072E94732
Octal170211200140756224762
Binary111100010001001100000001100011110111010010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788980; }

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

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

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

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

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

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

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

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