#767E92

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

Shades of Slate Grey #767E92

Tints of Slate Grey #767E92

Color information

#767E92 (or 0x767E92) is unknown color: approx Slate Grey. HEX triplet: 76, 7E and 92. RGB value is (118,126,146). Sum of RGB (Red+Green+Blue) = 118+126+146=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #767E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E92 is #89816D. Grayscale: #7D7D7D. Windows color (decimal): -9011566 or 9600630. OLE color: 9600630.

HSL color Cylindrical-coordinate representation of color #767E92: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767E92 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118126146-
CMYK0.190.1400.43
HSL222.86º11.38%51.76%-
HSV(B)222.86º19.18%57.25%-
XYZ20.1220.8530.16-
YUV125.89139.35122.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=30.26%
G=32.31%
B=37.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181261460.190.1400.43222.8611.3851.76
Hex767E9213E02Bdfb34
Octal16617622223160533371364
Binary11101101111110100100101001111100101011110111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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