Html Css Color HEX #75818D Slate Grey

📋 copy color: '#75818D'

red 117 ◦ green 129 ◦ blue 141

#75818D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #75818D

Tints of Slate Grey #75818D

RGB

 RED value IS 117 (46.09% from 255) = 30.23%

 GREEN value IS 129 (50.78% from 255) = 33.33%

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 30.23%
G = 33.33%
B = 36.43%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75818D (or 0x75818D) is known color: Slate Grey. HEX triplet: 75, 81 and 8D. RGB value is (117,129,141). Sum of RGB (Red+Green+Blue) = 117+129+141=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #75818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75818D is #8A7E72. Grayscale: #7E7E7E. Windows color (decimal): -9076339 or 9273717. OLE color: 9273717.

HSL color Cylindrical-coordinate representation of color #75818D: hue angle of 210º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75818D is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 129 141 -
CMYK 0.17 0.09 0 0.45
HSL 210º 0.1% 0.51% -
HSV(B) 210º 0.17% 0.55% -
XYZ 19.99 21.41 28.28 -
YUV 126.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 117 129 141 0.17 0.09 0 0.45 210 0.1 0.51
Hex 75 81 8D 11 9 0 2D D2 A 33
Octal 165 201 215 21 11 0 55 322 12 63
Binary 1110101 10000001 10001101 10001 1001 0 101101 11010010 1010 110011

Color Harmonies of #75818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75818D

Black with #75818D

Text Example


Text Example

White with #75818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75818D;
 }
 .AnyTagClassName
 {
   color: #75818D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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