#778C9B

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

Shades of Light Slate Grey #778C9B

Tints of Light Slate Grey #778C9B

Color information

#778C9B (or 0x778C9B) is unknown color: approx Light Slate Grey. HEX triplet: 77, 8C and 9B. RGB value is (119,140,155). Sum of RGB (Red+Green+Blue) = 119+140+155=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #778C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778C9B is #887364. Grayscale: #878787. Windows color (decimal): -8942437 or 10194039. OLE color: 10194039.

HSL color Cylindrical-coordinate representation of color #778C9B: hue angle of 205º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778C9B is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119140155-
CMYK0.230.1000.39
HSL205º15.25%53.73%-
HSV(B)205º23.23%60.78%-
XYZ22.925.0434.64-
YUV135.43139.04116.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=28.74%
G=33.82%
B=37.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191401550.230.1000.3920515.2553.73
Hex778C9B17A027cdf36
Octal16721423327120473151766
Binary111011110001100100110111011110100100111110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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