Html Css Color HEX #8D758B Taupe Grey

📋 copy color: '#8D758B'

red 141 ◦ green 117 ◦ blue 139

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

Shades of Taupe Grey #8D758B

Tints of Taupe Grey #8D758B

RGB

 RED value IS 141 (55.47% from 255) = 35.52%

 GREEN value IS 117 (46.09% from 255) = 29.47%

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 35.52%
G = 29.47%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D758B (or 0x8D758B) is known color: Taupe Grey. HEX triplet: 8D, 75 and 8B. RGB value is (141,117,139). Sum of RGB (Red+Green+Blue) = 141+117+139=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D758B is #728A74. Grayscale: #7E7E7E. Windows color (decimal): -7506549 or 9139597. OLE color: 9139597.

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

Color convert

RGB 141 117 139 -
CMYK 0 0.17 0.01 0.45
HSL 305º 0.1% 0.51% -
HSV(B) 305º 0.17% 0.55% -
XYZ 22.01 20.25 27.17 -
YUV 126.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 141 117 139 0 0.17 0.01 0.45 305 0.1 0.51
Hex 8D 75 8B 0 11 1 2D 131 A 33
Octal 215 165 213 0 21 1 55 461 12 63
Binary 10001101 1110101 10001011 0 10001 1 101101 100110001 1010 110011

Color Harmonies of #8D758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D758B

Black with #8D758B

Text Example


Text Example

White with #8D758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D758B; }

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

 H1.HeaderClassName
 {
   color: #8D758B;
 }
 .AnyTagClassName
 {
   color: #8D758B;
 }
</style>

background-color css

<style>
 a { background-color: #8D758B; }

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

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

border-color css

<style>
 span { border-color: #8D758B; }

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

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