#777F88

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

Shades of Slate Grey #777F88

Tints of Slate Grey #777F88

Color information

#777F88 (or 0x777F88) is unknown color: approx Slate Grey. HEX triplet: 77, 7F and 88. RGB value is (119,127,136). Sum of RGB (Red+Green+Blue) = 119+127+136=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 136 - color contains mainly: blue. Hex color #777F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F88 is #888077. Grayscale: #7D7D7D. Windows color (decimal): -8945784 or 8945527. OLE color: 8945527.

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

Color convert

RGB119127136-
CMYK0.120.0700.47
HSL211.76º6.67%50%-
HSV(B)211.76º12.5%53.33%-
XYZ19.6420.8826.29-
YUV125.63133.85123.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=31.15%
G=33.25%
B=35.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191271360.120.0700.47211.766.6750
Hex777F88C702Fd4732
Octal167177210147057324762
Binary11101111111111100010001100111010111111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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