#777F87

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

Shades of Slate Grey #777F87

Tints of Slate Grey #777F87

Color information

#777F87 (or 0x777F87) is unknown color: approx Slate Grey. HEX triplet: 77, 7F and 87. RGB value is (119,127,135). Sum of RGB (Red+Green+Blue) = 119+127+135=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 135 - color contains mainly: blue. Hex color #777F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F87 is #888078. Grayscale: #7D7D7D. Windows color (decimal): -8945785 or 8879991. OLE color: 8879991.

HSL color Cylindrical-coordinate representation of color #777F87: hue angle of 210º 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 #777F87 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB119127135-
CMYK0.120.0600.47
HSL210º6.3%49.8%-
HSV(B)210º11.85%52.94%-
XYZ19.5720.8525.91-
YUV125.52133.35123.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.23%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=31.23%
G=33.33%
B=35.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191271350.120.0600.472106.349.8
Hex777F87C602Fd2632
Octal167177207146057322662
Binary11101111111111100001111100110010111111010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777F87; }

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

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

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

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

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

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

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

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