Html Css Color HEX #8E758B Taupe Grey

📋 copy color: '#8E758B'

red 142 ◦ green 117 ◦ blue 139

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

Shades of Taupe Grey #8E758B

Tints of Taupe Grey #8E758B

RGB

 RED value IS 142 (55.86% from 255) = 35.68%

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

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

R = 35.68%
G = 29.4%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8E758B (or 0x8E758B) is known color: Taupe Grey. HEX triplet: 8E, 75 and 8B. RGB value is (142,117,139). Sum of RGB (Red+Green+Blue) = 142+117+139=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 142 - color contains mainly: red. Hex color #8E758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E758B is #718A74. Grayscale: #7E7E7E. Windows color (decimal): -7441013 or 9139598. OLE color: 9139598.

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

Color convert

RGB 142 117 139 -
CMYK 0 0.18 0.02 0.44
HSL 307.2º 0.1% 0.51% -
HSV(B) 307.2º 0.18% 0.56% -
XYZ 22.18 20.34 27.18 -
YUV 126.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 142 117 139 0 0.18 0.02 0.44 307.2 0.1 0.51
Hex 8E 75 8B 0 12 2 2C 133 A 33
Octal 216 165 213 0 22 2 54 463 12 63
Binary 10001110 1110101 10001011 0 10010 10 101100 100110011 1010 110011

Color Harmonies of #8E758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E758B

Black with #8E758B

Text Example


Text Example

White with #8E758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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