#75808B

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

Shades of Slate Grey #75808B

Tints of Slate Grey #75808B

Color information

#75808B (or 0x75808B) is unknown color: approx Slate Grey. HEX triplet: 75, 80 and 8B. RGB value is (117,128,139). Sum of RGB (Red+Green+Blue) = 117+128+139=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #75808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75808B is #8A7F74. Grayscale: #7D7D7D. Windows color (decimal): -9076597 or 9142389. OLE color: 9142389.

HSL color Cylindrical-coordinate representation of color #75808B: hue angle of 210º 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 #75808B is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117128139-
CMYK0.160.0800.45
HSL210º8.66%50.2%-
HSV(B)210º15.83%54.51%-
XYZ19.7221.0827.46-
YUV125.96135.36121.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=30.47%
G=33.33%
B=36.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171281390.160.0800.452108.6650.2
Hex75808B10802Dd2932
Octal16520021320100553221162
Binary111010110000000100010111000010000101101110100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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