#75838E

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

Shades of Slate Grey #75838E

Tints of Slate Grey #75838E

Color information

#75838E (or 0x75838E) is unknown color: approx Slate Grey. HEX triplet: 75, 83 and 8E. RGB value is (117,131,142). Sum of RGB (Red+Green+Blue) = 117+131+142=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #75838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75838E is #8A7C71. Grayscale: #808080. Windows color (decimal): -9075826 or 9339765. OLE color: 9339765.

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

Color convert

RGB117131142-
CMYK0.180.0800.44
HSL206.4º9.96%50.78%-
HSV(B)206.4º17.61%55.69%-
XYZ20.3321.9728.76-
YUV128.07135.86120.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=30%
G=33.59%
B=36.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171311420.180.0800.44206.49.9650.78
Hex75838E12802Ccea33
Octal16520321622100543161263
Binary111010110000011100011101001010000101100110011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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