#757D88

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

Shades of Slate Grey #757D88

Tints of Slate Grey #757D88

Color information

#757D88 (or 0x757D88) is unknown color: approx Slate Grey. HEX triplet: 75, 7D and 88. RGB value is (117,125,136). Sum of RGB (Red+Green+Blue) = 117+125+136=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 136 - color contains mainly: blue. Hex color #757D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D88 is #8A8277. Grayscale: #7B7B7B. Windows color (decimal): -9077368 or 8945013. OLE color: 8945013.

HSL color Cylindrical-coordinate representation of color #757D88: hue angle of 214.74º 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 #757D88 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB117125136-
CMYK0.140.0800.47
HSL214.74º7.51%49.61%-
HSV(B)214.74º13.97%53.33%-
XYZ19.1120.2326.19-
YUV123.86134.85123.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=30.95%
G=33.07%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171251360.140.0800.47214.747.5149.61
Hex757D88E802Fd7832
Octal16517521016100573271062
Binary1110101111110110001000111010000101111110101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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