#778290

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

Shades of Slate Grey #778290

Tints of Slate Grey #778290

Color information

#778290 (or 0x778290) is unknown color: approx Slate Grey. HEX triplet: 77, 82 and 90. RGB value is (119,130,144). Sum of RGB (Red+Green+Blue) = 119+130+144=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: blue. Hex color #778290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778290 is #887D6F. Grayscale: #808080. Windows color (decimal): -8945008 or 9470583. OLE color: 9470583.

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

Color convert

RGB119130144-
CMYK0.170.1000.44
HSL213.6º10.12%51.57%-
HSV(B)213.6º17.36%56.47%-
XYZ20.6221.929.53-
YUV128.31136.86121.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=30.28%
G=33.08%
B=36.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191301440.170.1000.44213.610.1251.57
Hex77829011A02Cd6a34
Octal16720222021120543261264
Binary111011110000010100100001000110100101100110101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778290; }

 p { color: rgb(119,130,144); }

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

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

 a { background-color: rgb(119,130,144); }

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

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

 span { border-color: rgb(119,130,144); }

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