#767E93

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

Shades of Slate Grey #767E93

Tints of Slate Grey #767E93

Color information

#767E93 (or 0x767E93) is unknown color: approx Slate Grey. HEX triplet: 76, 7E and 93. RGB value is (118,126,147). Sum of RGB (Red+Green+Blue) = 118+126+147=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #767E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E93 is #89816C. Grayscale: #7D7D7D. Windows color (decimal): -9011565 or 9666166. OLE color: 9666166.

HSL color Cylindrical-coordinate representation of color #767E93: 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 #767E93 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118126147-
CMYK0.200.1400.42
HSL223.45º11.84%51.96%-
HSV(B)223.45º19.73%57.65%-
XYZ20.220.8830.57-
YUV126139.85122.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 126 (49.61% from 255) = 32.23%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=30.18%
G=32.23%
B=37.60%

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
Decimal1181261470.200.1400.42223.4511.8451.96
Hex767E9314E02Adfc34
Octal16617622324160523371464
Binary11101101111110100100111010011100101010110111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767E93; }

 p { color: rgb(118,126,147); }

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

<style>
 a { background-color: #767E93; }

 a { background-color: rgb(118,126,147); }

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

<style>
 span { border-color: #767E93; }

 span { border-color: rgb(118,126,147); }

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