Html Css Color HEX #8A7C84 Taupe Grey

📋 copy color: '#8A7C84'

red 138 ◦ green 124 ◦ blue 132

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

Shades of Taupe Grey #8A7C84

Tints of Taupe Grey #8A7C84

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

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

R = 35.03%
G = 31.47%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#8A7C84 (or 0x8A7C84) is known color: Taupe Grey. HEX triplet: 8A, 7C and 84. RGB value is (138,124,132). Sum of RGB (Red+Green+Blue) = 138+124+132=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7C84 is #75837B. Grayscale: #818181. Windows color (decimal): -7701372 or 8682634. OLE color: 8682634.

HSL color Cylindrical-coordinate representation of color #8A7C84: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A7C84 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 124 132 -
CMYK 0 0.10 0.04 0.46
HSL 325.71º 0.06% 0.51% -
HSV(B) 325.71º 0.1% 0.54% -
XYZ 21.85 21.48 24.82 -
YUV 129.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 138 124 132 0 0.10 0.04 0.46 325.71 0.06 0.51
Hex 8A 7C 84 0 A 4 2E 146 6 33
Octal 212 174 204 0 12 4 56 506 6 63
Binary 10001010 1111100 10000100 0 1010 100 101110 101000110 110 110011

Color Harmonies of #8A7C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C84

Black with #8A7C84

Text Example


Text Example

White with #8A7C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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