Html Css Color HEX #8A7884 Taupe Grey

📋 copy color: '#8A7884'

red 138 ◦ green 120 ◦ blue 132

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

Shades of Taupe Grey #8A7884

Tints of Taupe Grey #8A7884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 35.38%
G = 30.77%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#8A7884 (or 0x8A7884) is known color: Taupe Grey. HEX triplet: 8A, 78 and 84. RGB value is (138,120,132). Sum of RGB (Red+Green+Blue) = 138+120+132=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7884 is #75877B. Grayscale: #7E7E7E. Windows color (decimal): -7702396 or 8681610. OLE color: 8681610.

HSL color Cylindrical-coordinate representation of color #8A7884: hue angle of 320º 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 #8A7884 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 120 132 -
CMYK 0 0.13 0.04 0.46
HSL 320º 0.07% 0.51% -
HSV(B) 320º 0.13% 0.54% -
XYZ 21.36 20.5 24.66 -
YUV 126.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 138 120 132 0 0.13 0.04 0.46 320 0.07 0.51
Hex 8A 78 84 0 D 4 2E 140 7 33
Octal 212 170 204 0 15 4 56 500 7 63
Binary 10001010 1111000 10000100 0 1101 100 101110 101000000 111 110011

Color Harmonies of #8A7884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7884

Black with #8A7884

Text Example


Text Example

White with #8A7884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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