Html Css Color HEX #8C848A Taupe Grey

📋 copy color: '#8C848A'

red 140 ◦ green 132 ◦ blue 138

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

Shades of Taupe Grey #8C848A

Tints of Taupe Grey #8C848A

RGB

 RED value IS 140 (55.08% from 255) = 34.15%

 GREEN value IS 132 (51.95% from 255) = 32.2%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 34.15%
G = 32.2%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C848A (or 0x8C848A) is known color: Taupe Grey. HEX triplet: 8C, 84 and 8A. RGB value is (140,132,138). Sum of RGB (Red+Green+Blue) = 140+132+138=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 140 - color contains mainly: red. Hex color #8C848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C848A is #737B75. Grayscale: #878787. Windows color (decimal): -7568246 or 9077900. OLE color: 9077900.

HSL color Cylindrical-coordinate representation of color #8C848A: hue angle of 315º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C848A is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 132 138 -
CMYK 0 0.06 0.01 0.45
HSL 315º 0.03% 0.53% -
HSV(B) 315º 0.06% 0.55% -
XYZ 23.65 23.91 27.41 -
YUV 135.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 140 132 138 0 0.06 0.01 0.45 315 0.03 0.53
Hex 8C 84 8A 0 6 1 2D 13B 3 35
Octal 214 204 212 0 6 1 55 473 3 65
Binary 10001100 10000100 10001010 0 110 1 101101 100111011 11 110101

Color Harmonies of #8C848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C848A

Black with #8C848A

Text Example


Text Example

White with #8C848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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