#75818A

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

Shades of Slate Grey #75818A

Tints of Slate Grey #75818A

Color information

#75818A (or 0x75818A) is unknown color: approx Slate Grey. HEX triplet: 75, 81 and 8A. RGB value is (117,129,138). Sum of RGB (Red+Green+Blue) = 117+129+138=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #75818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75818A is #8A7E75. Grayscale: #7E7E7E. Windows color (decimal): -9076342 or 9077109. OLE color: 9077109.

HSL color Cylindrical-coordinate representation of color #75818A: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75818A is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117129138-
CMYK0.150.0700.46
HSL205.71º8.24%50%-
HSV(B)205.71º15.22%54.12%-
XYZ19.7721.3227.12-
YUV126.44134.52121.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=30.47%
G=33.59%
B=35.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171291380.150.0700.46205.718.2450
Hex75818AF702Ece832
Octal1652012121770563161062
Binary1110101100000011000101011111110101110110011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75818A; }

 p { color: rgb(117,129,138); }

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

<style>
 a { background-color: #75818A; }

 a { background-color: rgb(117,129,138); }

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

<style>
 span { border-color: #75818A; }

 span { border-color: rgb(117,129,138); }

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