#777D83

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

Shades of Slate Grey #777D83

Tints of Slate Grey #777D83

Color information

#777D83 (or 0x777D83) is unknown color: approx Slate Grey. HEX triplet: 77, 7D and 83. RGB value is (119,125,131). Sum of RGB (Red+Green+Blue) = 119+125+131=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 131 - color contains mainly: blue. Hex color #777D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D83 is #88827C. Grayscale: #7B7B7B. Windows color (decimal): -8946301 or 8617335. OLE color: 8617335.

HSL color Cylindrical-coordinate representation of color #777D83: hue angle of 210º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #777D83 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB119125131-
CMYK0.090.0500.49
HSL210º4.8%49.02%-
HSV(B)210º9.16%51.37%-
XYZ19.0420.2324.37-
YUV123.89132.01124.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 34.93%
R=31.73%
G=33.33%
B=34.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191251310.090.0500.492104.849.02
Hex777D8395031d2531
Octal167175203115061322561
Binary11101111111101100000111001101011000111010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,125,131); }

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

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

 a { background-color: rgb(119,125,131); }

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

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

 span { border-color: rgb(119,125,131); }

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