#788580

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

Shades of Granny Smith #788580

Tints of Granny Smith #788580

Color information

#788580 (or 0x788580) is unknown color: approx Granny Smith. HEX triplet: 78, 85 and 80. RGB value is (120,133,128). Sum of RGB (Red+Green+Blue) = 120+133+128=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 133 - color contains mainly: green. Hex color #788580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788580 is #877A7F. Grayscale: #808080. Windows color (decimal): -8878720 or 8422776. OLE color: 8422776.

HSL color Cylindrical-coordinate representation of color #788580: hue angle of 156.92º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788580 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB120133128-
CMYK0.1000.040.48
HSL156.92º5.14%49.61%-
HSV(B)156.92º9.77%52.16%-
XYZ20.0322.3323.68-
YUV128.54127.69121.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=31.50%
G=34.91%
B=33.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201331280.1000.040.48156.925.1449.61
Hex788580A04309d532
Octal170205200120460235562
Binary111100010000101100000001010010011000010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788580; }

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

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

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

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

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

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

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

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