Html Css Color HEX #8A7D87 Taupe Grey

📋 copy color: '#8A7D87'

red 138 ◦ green 125 ◦ blue 135

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

Shades of Taupe Grey #8A7D87

Tints of Taupe Grey #8A7D87

RGB

 RED value IS 138 (54.3% from 255) = 34.67%

 GREEN value IS 125 (49.22% from 255) = 31.41%

 BLUE value IS 135 (53.13% from 255) = 33.92%

R = 34.67%
G = 31.41%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#8A7D87 (or 0x8A7D87) is known color: Taupe Grey. HEX triplet: 8A, 7D and 87. RGB value is (138,125,135). Sum of RGB (Red+Green+Blue) = 138+125+135=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7D87 is #758278. Grayscale: #828282. Windows color (decimal): -7701113 or 8879498. OLE color: 8879498.

HSL color Cylindrical-coordinate representation of color #8A7D87: hue angle of 313.85º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A7D87 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 125 135 -
CMYK 0 0.09 0.02 0.46
HSL 313.85º 0.05% 0.52% -
HSV(B) 313.85º 0.09% 0.54% -
XYZ 22.19 21.82 25.96 -
YUV 130.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 138 125 135 0 0.09 0.02 0.46 313.85 0.05 0.52
Hex 8A 7D 87 0 9 2 2E 13A 5 34
Octal 212 175 207 0 11 2 56 472 5 64
Binary 10001010 1111101 10000111 0 1001 10 101110 100111010 101 110100

Color Harmonies of #8A7D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7D87

Black with #8A7D87

Text Example


Text Example

White with #8A7D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,125,135); }

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

background-color css

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

 a { background-color: rgb(138,125,135); }

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

border-color css

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

 span { border-color: rgb(138,125,135); }

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