#788883

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

Shades of Granny Smith #788883

Tints of Granny Smith #788883

Color information

#788883 (or 0x788883) is unknown color: approx Granny Smith. HEX triplet: 78, 88 and 83. RGB value is (120,136,131). Sum of RGB (Red+Green+Blue) = 120+136+131=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 136 - color contains mainly: green. Hex color #788883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788883 is #87777C. Grayscale: #828282. Windows color (decimal): -8877949 or 8620152. OLE color: 8620152.

HSL color Cylindrical-coordinate representation of color #788883: hue angle of 161.25º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788883 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB120136131-
CMYK0.1200.040.47
HSL161.25º6.3%50.2%-
HSV(B)161.25º11.76%53.33%-
XYZ20.6523.2424.87-
YUV130.65128.2120.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 131 (51.56% from 255) = 33.85%
R=31.01%
G=35.14%
B=33.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201361310.1200.040.47161.256.350.2
Hex788883C042Fa1632
Octal170210203140457241662
Binary111100010001000100000111100010010111110100001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788883; }

 p { color: rgb(120,136,131); }

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

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

 a { background-color: rgb(120,136,131); }

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

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

 span { border-color: rgb(120,136,131); }

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