#778C9D

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

Shades of Light Slate Grey #778C9D

Tints of Light Slate Grey #778C9D

Color information

#778C9D (or 0x778C9D) is unknown color: approx Light Slate Grey. HEX triplet: 77, 8C and 9D. RGB value is (119,140,157). Sum of RGB (Red+Green+Blue) = 119+140+157=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #778C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778C9D is #887362. Grayscale: #878787. Windows color (decimal): -8942435 or 10325111. OLE color: 10325111.

HSL color Cylindrical-coordinate representation of color #778C9D: hue angle of 206.84º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #778C9D is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119140157-
CMYK0.240.1100.38
HSL206.84º16.24%54.12%-
HSV(B)206.84º24.2%61.57%-
XYZ23.0725.1135.53-
YUV135.66140.04116.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.61%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=28.61%
G=33.65%
B=37.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191401570.240.1100.38206.8416.2454.12
Hex778C9D18B026cf1036
Octal16721423530130463172066
Binary1110111100011001001110111000101101001101100111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778C9D; }

 p { color: rgb(119,140,157); }

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

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

 a { background-color: rgb(119,140,157); }

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

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

 span { border-color: rgb(119,140,157); }

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