Html Css Color HEX #8E7B8B Taupe Grey

📋 copy color: '#8E7B8B'

red 142 ◦ green 123 ◦ blue 139

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

Shades of Taupe Grey #8E7B8B

Tints of Taupe Grey #8E7B8B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.45%

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

R = 35.15%
G = 30.45%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8E7B8B (or 0x8E7B8B) is known color: Taupe Grey. HEX triplet: 8E, 7B and 8B. RGB value is (142,123,139). Sum of RGB (Red+Green+Blue) = 142+123+139=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7B8B is #718474. Grayscale: #828282. Windows color (decimal): -7439477 or 9141134. OLE color: 9141134.

HSL color Cylindrical-coordinate representation of color #8E7B8B: hue angle of 309.47º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E7B8B is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 123 139 -
CMYK 0 0.13 0.02 0.44
HSL 309.47º 0.08% 0.52% -
HSV(B) 309.47º 0.13% 0.56% -
XYZ 22.9 21.78 27.42 -
YUV 130.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 142 123 139 0 0.13 0.02 0.44 309.47 0.08 0.52
Hex 8E 7B 8B 0 D 2 2C 135 8 34
Octal 216 173 213 0 15 2 54 465 10 64
Binary 10001110 1111011 10001011 0 1101 10 101100 100110101 1000 110100

Color Harmonies of #8E7B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7B8B

Black with #8E7B8B

Text Example


Text Example

White with #8E7B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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