#767F95

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

Shades of Slate Grey #767F95

Tints of Slate Grey #767F95

Color information

#767F95 (or 0x767F95) is unknown color: approx Slate Grey. HEX triplet: 76, 7F and 95. RGB value is (118,127,149). Sum of RGB (Red+Green+Blue) = 118+127+149=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #767F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F95 is #89806A. Grayscale: #7E7E7E. Windows color (decimal): -9011307 or 9797494. OLE color: 9797494.

HSL color Cylindrical-coordinate representation of color #767F95: hue angle of 222.58º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #767F95 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118127149-
CMYK0.210.1500.42
HSL222.58º12.76%52.35%-
HSV(B)222.58º20.81%58.43%-
XYZ20.4921.231.45-
YUV126.82140.52121.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=29.95%
G=32.23%
B=37.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181271490.210.1500.42222.5812.7652.35
Hex767F9515F02Adfd34
Octal16617722525170523371564
Binary11101101111111100101011010111110101010110111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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