#767F8B

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

Shades of Slate Grey #767F8B

Tints of Slate Grey #767F8B

Color information

#767F8B (or 0x767F8B) is unknown color: approx Slate Grey. HEX triplet: 76, 7F and 8B. RGB value is (118,127,139). Sum of RGB (Red+Green+Blue) = 118+127+139=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #767F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F8B is #898074. Grayscale: #7D7D7D. Windows color (decimal): -9011317 or 9142134. OLE color: 9142134.

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

Color convert

RGB118127139-
CMYK0.150.0900.45
HSL214.29º8.3%50.39%-
HSV(B)214.29º15.11%54.51%-
XYZ19.7220.8927.42-
YUV125.68135.52122.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=30.73%
G=33.07%
B=36.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181271390.150.0900.45214.298.350.39
Hex767F8BF902Dd6832
Octal16617721317110553261062
Binary1110110111111110001011111110010101101110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,127,139); }

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

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

 a { background-color: rgb(118,127,139); }

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

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

 span { border-color: rgb(118,127,139); }

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