#788C84

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

Shades of Granny Smith #788C84

Tints of Granny Smith #788C84

Color information

#788C84 (or 0x788C84) is unknown color: approx Granny Smith. HEX triplet: 78, 8C and 84. RGB value is (120,140,132). Sum of RGB (Red+Green+Blue) = 120+140+132=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 140 - color contains mainly: green. Hex color #788C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C84 is #87737B. Grayscale: #858585. Windows color (decimal): -8876924 or 8686712. OLE color: 8686712.

HSL color Cylindrical-coordinate representation of color #788C84: hue angle of 156º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788C84 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB120140132-
CMYK0.1400.060.45
HSL156º8%50.98%-
HSV(B)156º14.29%54.9%-
XYZ21.2924.4225.42-
YUV133.11127.37118.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 140 (55.08% from 255) = 35.71%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=30.61%
G=35.71%
B=33.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201401320.1400.060.45156850.98
Hex788C84E062D9c833
Octal1702142041606552341063
Binary1111000100011001000010011100110101101100111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788C84; }

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

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

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

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

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

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

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

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