#767E89

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

Shades of Slate Grey #767E89

Tints of Slate Grey #767E89

Color information

#767E89 (or 0x767E89) is unknown color: approx Slate Grey. HEX triplet: 76, 7E and 89. RGB value is (118,126,137). Sum of RGB (Red+Green+Blue) = 118+126+137=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 137 - color contains mainly: blue. Hex color #767E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E89 is #898176. Grayscale: #7C7C7C. Windows color (decimal): -9011575 or 9010806. OLE color: 9010806.

HSL color Cylindrical-coordinate representation of color #767E89: hue angle of 214.74º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767E89 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB118126137-
CMYK0.140.0800.46
HSL214.74º7.45%50%-
HSV(B)214.74º13.87%53.73%-
XYZ19.4520.5826.61-
YUV124.86134.85123.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 137 (53.91% from 255) = 35.96%
R=30.97%
G=33.07%
B=35.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181261370.140.0800.46214.747.4550
Hex767E89E802Ed7732
Octal1661762111610056327762
Binary111011011111101000100111101000010111011010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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