#75808D

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

Shades of Slate Grey #75808D

Tints of Slate Grey #75808D

Color information

#75808D (or 0x75808D) is unknown color: approx Slate Grey. HEX triplet: 75, 80 and 8D. RGB value is (117,128,141). Sum of RGB (Red+Green+Blue) = 117+128+141=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #75808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75808D is #8A7F72. Grayscale: #7E7E7E. Windows color (decimal): -9076595 or 9273461. OLE color: 9273461.

HSL color Cylindrical-coordinate representation of color #75808D: hue angle of 212.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 #75808D is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117128141-
CMYK0.170.0900.45
HSL212.5º9.52%50.59%-
HSV(B)212.5º17.02%55.29%-
XYZ19.8621.1428.23-
YUV126.19136.36121.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=30.31%
G=33.16%
B=36.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171281410.170.0900.45212.59.5250.59
Hex75808D11902Dd4a33
Octal16520021521110553241263
Binary111010110000000100011011000110010101101110101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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