#757F92

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

Shades of Slate Grey #757F92

Tints of Slate Grey #757F92

Color information

#757F92 (or 0x757F92) is unknown color: approx Slate Grey. HEX triplet: 75, 7F and 92. RGB value is (117,127,146). Sum of RGB (Red+Green+Blue) = 117+127+146=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #757F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F92 is #8A806D. Grayscale: #7E7E7E. Windows color (decimal): -9076846 or 9600885. OLE color: 9600885.

HSL color Cylindrical-coordinate representation of color #757F92: hue angle of 219.31º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757F92 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117127146-
CMYK0.200.1300.43
HSL219.31º11.74%51.57%-
HSV(B)219.31º19.86%57.25%-
XYZ20.1121.0430.19-
YUV126.18139.19121.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=30%
G=32.56%
B=37.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171271460.200.1300.43219.3111.7451.57
Hex757F9214D02Bdbc34
Octal16517722224150533331464
Binary11101011111111100100101010011010101011110110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757F92; }

 p { color: rgb(117,127,146); }

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

<style>
 a { background-color: #757F92; }

 a { background-color: rgb(117,127,146); }

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

<style>
 span { border-color: #757F92; }

 span { border-color: rgb(117,127,146); }

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