#777F96

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

Shades of Slate Grey #777F96

Tints of Slate Grey #777F96

Color information

#777F96 (or 0x777F96) is unknown color: approx Slate Grey. HEX triplet: 77, 7F and 96. RGB value is (119,127,150). Sum of RGB (Red+Green+Blue) = 119+127+150=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #777F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F96 is #888069. Grayscale: #7F7F7F. Windows color (decimal): -8945770 or 9863031. OLE color: 9863031.

HSL color Cylindrical-coordinate representation of color #777F96: hue angle of 224.52º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777F96 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119127150-
CMYK0.210.1500.41
HSL224.52º12.86%52.75%-
HSV(B)224.52º20.67%58.82%-
XYZ20.721.331.87-
YUV127.23140.85122.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 150 (58.98% from 255) = 37.88%
R=30.05%
G=32.07%
B=37.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191271500.210.1500.41224.5212.8652.75
Hex777F9615F029e1d35
Octal16717722625170513411565
Binary11101111111111100101101010111110101001111000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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