Html Css Color HEX #75838D Slate Grey

📋 copy color: '#75838D'

red 117 ◦ green 131 ◦ blue 141

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

Shades of Slate Grey #75838D

Tints of Slate Grey #75838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 30.08%
G = 33.68%
B = 36.25%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75838D (or 0x75838D) is known color: Slate Grey. HEX triplet: 75, 83 and 8D. RGB value is (117,131,141). Sum of RGB (Red+Green+Blue) = 117+131+141=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #75838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75838D is #8A7C72. Grayscale: #7F7F7F. Windows color (decimal): -9075827 or 9274229. OLE color: 9274229.

HSL color Cylindrical-coordinate representation of color #75838D: hue angle of 205º 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 #75838D is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 131 141 -
CMYK 0.17 0.07 0 0.45
HSL 205º 0.1% 0.51% -
HSV(B) 205º 0.17% 0.55% -
XYZ 20.26 21.94 28.37 -
YUV 127.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 117 131 141 0.17 0.07 0 0.45 205 0.1 0.51
Hex 75 83 8D 11 7 0 2D CD A 33
Octal 165 203 215 21 7 0 55 315 12 63
Binary 1110101 10000011 10001101 10001 111 0 101101 11001101 1010 110011

Color Harmonies of #75838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75838D

Black with #75838D

Text Example


Text Example

White with #75838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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