#75808C

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

Shades of Slate Grey #75808C

Tints of Slate Grey #75808C

Color information

#75808C (or 0x75808C) is unknown color: approx Slate Grey. HEX triplet: 75, 80 and 8C. RGB value is (117,128,140). Sum of RGB (Red+Green+Blue) = 117+128+140=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #75808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75808C is #8A7F73. Grayscale: #7E7E7E. Windows color (decimal): -9076596 or 9207925. OLE color: 9207925.

HSL color Cylindrical-coordinate representation of color #75808C: hue angle of 211.3º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75808C is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117128140-
CMYK0.160.0900.45
HSL211.3º9.09%50.39%-
HSV(B)211.3º16.43%54.9%-
XYZ19.7921.1127.84-
YUV126.08135.86121.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=30.39%
G=33.25%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171281400.160.0900.45211.39.0950.39
Hex75808C10902Dd3932
Octal16520021420110553231162
Binary111010110000000100011001000010010101101110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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