#757E88

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

Shades of Slate Grey #757E88

Tints of Slate Grey #757E88

Color information

#757E88 (or 0x757E88) is unknown color: approx Slate Grey. HEX triplet: 75, 7E and 88. RGB value is (117,126,136). Sum of RGB (Red+Green+Blue) = 117+126+136=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 136 - color contains mainly: blue. Hex color #757E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E88 is #8A8177. Grayscale: #7C7C7C. Windows color (decimal): -9077112 or 8945269. OLE color: 8945269.

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

Color convert

RGB117126136-
CMYK0.140.0700.47
HSL211.58º7.51%49.61%-
HSV(B)211.58º13.97%53.33%-
XYZ19.2420.4826.23-
YUV124.45134.52122.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 136 (53.52% from 255) = 35.88%
R=30.87%
G=33.25%
B=35.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171261360.140.0700.47211.587.5149.61
Hex757E88E702Fd4832
Octal1651762101670573241062
Binary111010111111101000100011101110101111110101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,126,136); }

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

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

 a { background-color: rgb(117,126,136); }

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

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

 span { border-color: rgb(117,126,136); }

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