Html Css Color HEX #8A7F88 Taupe Grey

📋 copy color: '#8A7F88'

red 138 ◦ green 127 ◦ blue 136

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

Shades of Taupe Grey #8A7F88

Tints of Taupe Grey #8A7F88

RGB

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

 GREEN value IS 127 (50% from 255) = 31.67%

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 34.41%
G = 31.67%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#8A7F88 (or 0x8A7F88) is known color: Taupe Grey. HEX triplet: 8A, 7F and 88. RGB value is (138,127,136). Sum of RGB (Red+Green+Blue) = 138+127+136=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7F88 is #758077. Grayscale: #838383. Windows color (decimal): -7700600 or 8945546. OLE color: 8945546.

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

Color convert

RGB 138 127 136 -
CMYK 0 0.08 0.01 0.46
HSL 310.91º 0.04% 0.52% -
HSV(B) 310.91º 0.08% 0.54% -
XYZ 22.51 22.36 26.42 -
YUV 131.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 138 127 136 0 0.08 0.01 0.46 310.91 0.04 0.52
Hex 8A 7F 88 0 8 1 2E 137 4 34
Octal 212 177 210 0 10 1 56 467 4 64
Binary 10001010 1111111 10001000 0 1000 1 101110 100110111 100 110100

Color Harmonies of #8A7F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7F88

Black with #8A7F88

Text Example


Text Example

White with #8A7F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,127,136); }

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

background-color css

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

 a { background-color: rgb(138,127,136); }

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

border-color css

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

 span { border-color: rgb(138,127,136); }

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