#767E8C

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

Shades of Slate Grey #767E8C

Tints of Slate Grey #767E8C

Color information

#767E8C (or 0x767E8C) is unknown color: approx Slate Grey. HEX triplet: 76, 7E and 8C. RGB value is (118,126,140). Sum of RGB (Red+Green+Blue) = 118+126+140=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #767E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E8C is #898173. Grayscale: #7D7D7D. Windows color (decimal): -9011572 or 9207414. OLE color: 9207414.

HSL color Cylindrical-coordinate representation of color #767E8C: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767E8C is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118126140-
CMYK0.160.1000.45
HSL218.18º8.73%50.59%-
HSV(B)218.18º15.71%54.9%-
XYZ19.6720.6727.76-
YUV125.2136.35122.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=30.73%
G=32.81%
B=36.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181261400.160.1000.45218.188.7350.59
Hex767E8C10A02Dda933
Octal16617621420120553321163
Binary11101101111110100011001000010100101101110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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