#75808F

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

Shades of Slate Grey #75808F

Tints of Slate Grey #75808F

Color information

#75808F (or 0x75808F) is unknown color: approx Slate Grey. HEX triplet: 75, 80 and 8F. RGB value is (117,128,143). Sum of RGB (Red+Green+Blue) = 117+128+143=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 143 - color contains mainly: blue. Hex color #75808F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75808F is #8A7F70. Grayscale: #7E7E7E. Windows color (decimal): -9076593 or 9404533. OLE color: 9404533.

HSL color Cylindrical-coordinate representation of color #75808F: hue angle of 214.62º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75808F is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117128143-
CMYK0.180.1000.44
HSL214.62º10.4%50.98%-
HSV(B)214.62º18.18%56.08%-
XYZ20.0121.229.02-
YUV126.42137.36121.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 143 (56.25% from 255) = 36.86%
R=30.15%
G=32.99%
B=36.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171281430.180.1000.44214.6210.450.98
Hex75808F12A02Cd7a33
Octal16520021722120543271263
Binary111010110000000100011111001010100101100110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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