#75828D

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

Shades of Slate Grey #75828D

Tints of Slate Grey #75828D

Color information

#75828D (or 0x75828D) is unknown color: approx Slate Grey. HEX triplet: 75, 82 and 8D. RGB value is (117,130,141). Sum of RGB (Red+Green+Blue) = 117+130+141=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #75828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75828D is #8A7D72. Grayscale: #7F7F7F. Windows color (decimal): -9076083 or 9273973. OLE color: 9273973.

HSL color Cylindrical-coordinate representation of color #75828D: hue angle of 207.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75828D is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117130141-
CMYK0.170.0800.45
HSL207.5º9.52%50.59%-
HSV(B)207.5º17.02%55.29%-
XYZ20.1321.6728.32-
YUV127.37135.69120.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=30.15%
G=33.51%
B=36.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171301410.170.0800.45207.59.5250.59
Hex75828D11802Dcfa33
Octal16520221521100553171263
Binary111010110000010100011011000110000101101110011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75828D; }

 p { color: rgb(117,130,141); }

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

<style>
 a { background-color: #75828D; }

 a { background-color: rgb(117,130,141); }

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

<style>
 span { border-color: #75828D; }

 span { border-color: rgb(117,130,141); }

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