#757D85

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

Shades of Slate Grey #757D85

Tints of Slate Grey #757D85

Color information

#757D85 (or 0x757D85) is unknown color: approx Slate Grey. HEX triplet: 75, 7D and 85. RGB value is (117,125,133). Sum of RGB (Red+Green+Blue) = 117+125+133=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #757D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D85 is #8A827A. Grayscale: #7B7B7B. Windows color (decimal): -9077371 or 8748405. OLE color: 8748405.

HSL color Cylindrical-coordinate representation of color #757D85: hue angle of 210º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757D85 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB117125133-
CMYK0.120.0600.48
HSL210º6.4%49.02%-
HSV(B)210º12.03%52.16%-
XYZ18.920.1425.08-
YUV123.52133.35123.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=31.2%
G=33.33%
B=35.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171251330.120.0600.482106.449.02
Hex757D85C6030d2631
Octal165175205146060322661
Binary11101011111101100001011100110011000011010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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