#778395

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

Shades of Light Slate Grey #778395

Tints of Light Slate Grey #778395

Color information

#778395 (or 0x778395) is unknown color: approx Light Slate Grey. HEX triplet: 77, 83 and 95. RGB value is (119,131,149). Sum of RGB (Red+Green+Blue) = 119+131+149=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #778395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778395 is #887C6A. Grayscale: #818181. Windows color (decimal): -8944747 or 9798519. OLE color: 9798519.

HSL color Cylindrical-coordinate representation of color #778395: hue angle of 216º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778395 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119131149-
CMYK0.200.1200.42
HSL216º12.4%52.55%-
HSV(B)216º20.13%58.43%-
XYZ21.1522.3231.63-
YUV129.46139.02120.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=29.82%
G=32.83%
B=37.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191311490.200.1200.4221612.452.55
Hex77839514C02Ad8c35
Octal16720322524140523301465
Binary111011110000011100101011010011000101010110110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778395; }

 p { color: rgb(119,131,149); }

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

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

 a { background-color: rgb(119,131,149); }

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

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

 span { border-color: rgb(119,131,149); }

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