#75848E

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

Shades of Slate Grey #75848E

Tints of Slate Grey #75848E

Color information

#75848E (or 0x75848E) is unknown color: approx Slate Grey. HEX triplet: 75, 84 and 8E. RGB value is (117,132,142). Sum of RGB (Red+Green+Blue) = 117+132+142=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 142 - color contains mainly: blue. Hex color #75848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75848E is #8A7B71. Grayscale: #808080. Windows color (decimal): -9075570 or 9340021. OLE color: 9340021.

HSL color Cylindrical-coordinate representation of color #75848E: hue angle of 204º 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 #75848E is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117132142-
CMYK0.180.0700.44
HSL204º9.96%50.78%-
HSV(B)204º17.61%55.69%-
XYZ20.4722.2428.8-
YUV128.65135.53119.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=29.92%
G=33.76%
B=36.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171321420.180.0700.442049.9650.78
Hex75848E12702Ccca33
Octal1652042162270543141263
Binary11101011000010010001110100101110101100110011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75848E; }

 p { color: rgb(117,132,142); }

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

<style>
 a { background-color: #75848E; }

 a { background-color: rgb(117,132,142); }

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

<style>
 span { border-color: #75848E; }

 span { border-color: rgb(117,132,142); }

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