#778C9E

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

Shades of Light Slate Grey #778C9E

Tints of Light Slate Grey #778C9E

Color information

#778C9E (or 0x778C9E) is unknown color: approx Light Slate Grey. HEX triplet: 77, 8C and 9E. RGB value is (119,140,158). Sum of RGB (Red+Green+Blue) = 119+140+158=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #778C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778C9E is #887361. Grayscale: #878787. Windows color (decimal): -8942434 or 10390647. OLE color: 10390647.

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

Color convert

RGB119140158-
CMYK0.250.1100.38
HSL207.69º16.74%54.31%-
HSV(B)207.69º24.68%61.96%-
XYZ23.1625.1535.98-
YUV135.77140.54116.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=28.54%
G=33.57%
B=37.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191401580.250.1100.38207.6916.7454.31
Hex778C9E19B026d01136
Octal16721423631130463202166
Binary1110111100011001001111011001101101001101101000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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