#788581

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

Shades of Granny Smith #788581

Tints of Granny Smith #788581

Color information

#788581 (or 0x788581) is unknown color: approx Granny Smith. HEX triplet: 78, 85 and 81. RGB value is (120,133,129). Sum of RGB (Red+Green+Blue) = 120+133+129=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 133 - color contains mainly: green. Hex color #788581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788581 is #877A7E. Grayscale: #808080. Windows color (decimal): -8878719 or 8488312. OLE color: 8488312.

HSL color Cylindrical-coordinate representation of color #788581: hue angle of 161.54º 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 #788581 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB120133129-
CMYK0.1000.030.48
HSL161.54º5.14%49.61%-
HSV(B)161.54º9.77%52.16%-
XYZ20.122.3524.02-
YUV128.66128.19121.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=31.41%
G=34.82%
B=33.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201331290.1000.030.48161.545.1449.61
Hex788581A0330a2532
Octal170205201120360242562
Binary11110001000010110000001101001111000010100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788581; }

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

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

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

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

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

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

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

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