#778892

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

Shades of Light Slate Grey #778892

Tints of Light Slate Grey #778892

Color information

#778892 (or 0x778892) is unknown color: approx Light Slate Grey. HEX triplet: 77, 88 and 92. RGB value is (119,136,146). Sum of RGB (Red+Green+Blue) = 119+136+146=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #778892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778892 is #88776D. Grayscale: #848484. Windows color (decimal): -8943470 or 9603191. OLE color: 9603191.

HSL color Cylindrical-coordinate representation of color #778892: hue angle of 202.22º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778892 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB119136146-
CMYK0.180.0700.43
HSL202.22º11.02%51.96%-
HSV(B)202.22º18.49%57.25%-
XYZ21.623.6130.61-
YUV132.06135.87118.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=29.68%
G=33.92%
B=36.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191361460.180.0700.43202.2211.0251.96
Hex77889212702Bcab34
Octal1672102222270533121364
Binary11101111000100010010010100101110101011110010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778892; }

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

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

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

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

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

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

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

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