#778A9C

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

Shades of Light Slate Grey #778A9C

Tints of Light Slate Grey #778A9C

Color information

#778A9C (or 0x778A9C) is unknown color: approx Light Slate Grey. HEX triplet: 77, 8A and 9C. RGB value is (119,138,156). Sum of RGB (Red+Green+Blue) = 119+138+156=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #778A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778A9C is #887563. Grayscale: #868686. Windows color (decimal): -8942948 or 10259063. OLE color: 10259063.

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

Color convert

RGB119138156-
CMYK0.240.1200.39
HSL209.19º15.74%53.92%-
HSV(B)209.19º23.72%61.18%-
XYZ22.724.534.99-
YUV134.37140.21117.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.81%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=28.81%
G=33.41%
B=37.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191381560.240.1200.39209.1915.7453.92
Hex778A9C18C027d11036
Octal16721223430140473212066
Binary1110111100010101001110011000110001001111101000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,138,156); }

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

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

 a { background-color: rgb(119,138,156); }

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

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

 span { border-color: rgb(119,138,156); }

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