#778087

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

Shades of Slate Grey #778087

Tints of Slate Grey #778087

Color information

#778087 (or 0x778087) is unknown color: approx Slate Grey. HEX triplet: 77, 80 and 87. RGB value is (119,128,135). Sum of RGB (Red+Green+Blue) = 119+128+135=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 135 - color contains mainly: blue. Hex color #778087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778087 is #887F78. Grayscale: #7E7E7E. Windows color (decimal): -8945529 or 8880247. OLE color: 8880247.

HSL color Cylindrical-coordinate representation of color #778087: hue angle of 206.25º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778087 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB119128135-
CMYK0.120.0500.47
HSL206.25º6.3%49.8%-
HSV(B)206.25º11.85%52.94%-
XYZ19.721.1125.96-
YUV126.11133.02122.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 135 (53.12% from 255) = 35.34%
R=31.15%
G=33.51%
B=35.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191281350.120.0500.47206.256.349.8
Hex778087C502Fce632
Octal167200207145057316662
Binary111011110000000100001111100101010111111001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778087; }

 p { color: rgb(119,128,135); }

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

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

 a { background-color: rgb(119,128,135); }

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

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

 span { border-color: rgb(119,128,135); }

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