#778897

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

Shades of Light Slate Grey #778897

Tints of Light Slate Grey #778897

Color information

#778897 (or 0x778897) is unknown color: approx Light Slate Grey. HEX triplet: 77, 88 and 97. RGB value is (119,136,151). Sum of RGB (Red+Green+Blue) = 119+136+151=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 151 - color contains mainly: blue. Hex color #778897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778897 is #887768. Grayscale: #848484. Windows color (decimal): -8943465 or 9930871. OLE color: 9930871.

HSL color Cylindrical-coordinate representation of color #778897: hue angle of 208.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #778897 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119136151-
CMYK0.210.1000.41
HSL208.12º13.33%52.94%-
HSV(B)208.12º21.19%59.22%-
XYZ2223.7632.71-
YUV132.63138.37118.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.31%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 151 (59.38% from 255) = 37.19%
R=29.31%
G=33.50%
B=37.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191361510.210.1000.41208.1213.3352.94
Hex77889715A029d0d35
Octal16721022725120513201565
Binary111011110001000100101111010110100101001110100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778897; }

 p { color: rgb(119,136,151); }

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

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

 a { background-color: rgb(119,136,151); }

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

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

 span { border-color: rgb(119,136,151); }

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