#778193

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

Shades of Slate Grey #778193

Tints of Slate Grey #778193

Color information

#778193 (or 0x778193) is unknown color: approx Slate Grey. HEX triplet: 77, 81 and 93. RGB value is (119,129,147). Sum of RGB (Red+Green+Blue) = 119+129+147=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #778193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778193 is #887E6C. Grayscale: #7F7F7F. Windows color (decimal): -8945261 or 9666935. OLE color: 9666935.

HSL color Cylindrical-coordinate representation of color #778193: hue angle of 218.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #778193 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119129147-
CMYK0.190.1200.42
HSL218.57º11.48%52.16%-
HSV(B)218.57º19.05%57.65%-
XYZ20.7221.7330.71-
YUV128.06138.69121.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=30.13%
G=32.66%
B=37.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191291470.190.1200.42218.5711.4852.16
Hex77819313C02Adbb34
Octal16720122323140523331364
Binary111011110000001100100111001111000101010110110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778193; }

 p { color: rgb(119,129,147); }

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

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

 a { background-color: rgb(119,129,147); }

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

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

 span { border-color: rgb(119,129,147); }

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