#777F94

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

Shades of Slate Grey #777F94

Tints of Slate Grey #777F94

Color information

#777F94 (or 0x777F94) is unknown color: approx Slate Grey. HEX triplet: 77, 7F and 94. RGB value is (119,127,148). Sum of RGB (Red+Green+Blue) = 119+127+148=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #777F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F94 is #88806B. Grayscale: #7E7E7E. Windows color (decimal): -8945772 or 9731959. OLE color: 9731959.

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

Color convert

RGB119127148-
CMYK0.200.1400.42
HSL223.45º11.93%52.35%-
HSV(B)223.45º19.59%58.04%-
XYZ20.5421.2431.03-
YUV127139.85122.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=30.20%
G=32.23%
B=37.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191271480.200.1400.42223.4511.9352.35
Hex777F9414E02Adfc34
Octal16717722424160523371464
Binary11101111111111100101001010011100101010110111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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