#767F91

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

Shades of Slate Grey #767F91

Tints of Slate Grey #767F91

Color information

#767F91 (or 0x767F91) is unknown color: approx Slate Grey. HEX triplet: 76, 7F and 91. RGB value is (118,127,145). Sum of RGB (Red+Green+Blue) = 118+127+145=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #767F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F91 is #89806E. Grayscale: #7E7E7E. Windows color (decimal): -9011311 or 9535350. OLE color: 9535350.

HSL color Cylindrical-coordinate representation of color #767F91: hue angle of 220º 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 #767F91 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118127145-
CMYK0.190.1200.43
HSL220º10.93%51.57%-
HSV(B)220º18.62%56.86%-
XYZ20.1721.0729.79-
YUV126.36138.52122.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=30.26%
G=32.56%
B=37.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181271450.190.1200.4322010.9351.57
Hex767F9113C02Bdcb34
Octal16617722123140533341364
Binary11101101111111100100011001111000101011110111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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