Html Css Color HEX #8A7888 Taupe Grey

📋 copy color: '#8A7888'

red 138 ◦ green 120 ◦ blue 136

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

Shades of Taupe Grey #8A7888

Tints of Taupe Grey #8A7888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.46%

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

R = 35.03%
G = 30.46%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#8A7888 (or 0x8A7888) is known color: Taupe Grey. HEX triplet: 8A, 78 and 88. RGB value is (138,120,136). Sum of RGB (Red+Green+Blue) = 138+120+136=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7888 is #758777. Grayscale: #7F7F7F. Windows color (decimal): -7702392 or 8943754. OLE color: 8943754.

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

Color convert

RGB 138 120 136 -
CMYK 0 0.13 0.01 0.46
HSL 306.67º 0.07% 0.51% -
HSV(B) 306.67º 0.13% 0.54% -
XYZ 21.64 20.61 26.13 -
YUV 127.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 138 120 136 0 0.13 0.01 0.46 306.67 0.07 0.51
Hex 8A 78 88 0 D 1 2E 133 7 33
Octal 212 170 210 0 15 1 56 463 7 63
Binary 10001010 1111000 10001000 0 1101 1 101110 100110011 111 110011

Color Harmonies of #8A7888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7888

Black with #8A7888

Text Example


Text Example

White with #8A7888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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