#788090

Color #788090 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #788090

Tints of Slate Grey #788090

Color information

#788090 (or 0x788090) is unknown color: approx Slate Grey. HEX triplet: 78, 80 and 90. RGB value is (120,128,144). Sum of RGB (Red+Green+Blue) = 120+128+144=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #788090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788090 is #877F6F. Grayscale: #7F7F7F. Windows color (decimal): -8879984 or 9470072. OLE color: 9470072.

HSL color Cylindrical-coordinate representation of color #788090: hue angle of 220º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788090 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB120128144-
CMYK0.170.1100.44
HSL220º9.76%51.76%-
HSV(B)220º16.67%56.47%-
XYZ20.521.4529.44-
YUV127.43137.35122.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=30.61%
G=32.65%
B=36.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201281440.170.1100.442209.7651.76
Hex78809011B02Cdca34
Octal17020022021130543341264
Binary111100010000000100100001000110110101100110111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788090; }

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

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

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

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

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

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

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

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