Html Css Color HEX #8C828A Taupe Grey

📋 copy color: '#8C828A'

red 140 ◦ green 130 ◦ blue 138

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

Shades of Taupe Grey #8C828A

Tints of Taupe Grey #8C828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.86%

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

R = 34.31%
G = 31.86%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C828A (or 0x8C828A) is known color: Taupe Grey. HEX triplet: 8C, 82 and 8A. RGB value is (140,130,138). Sum of RGB (Red+Green+Blue) = 140+130+138=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 140 - color contains mainly: red. Hex color #8C828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C828A is #737D75. Grayscale: #858585. Windows color (decimal): -7568758 or 9077388. OLE color: 9077388.

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

Color convert

RGB 140 130 138 -
CMYK 0 0.07 0.01 0.45
HSL 312º 0.04% 0.53% -
HSV(B) 312º 0.07% 0.55% -
XYZ 23.39 23.38 27.32 -
YUV 133.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 140 130 138 0 0.07 0.01 0.45 312 0.04 0.53
Hex 8C 82 8A 0 7 1 2D 138 4 35
Octal 214 202 212 0 7 1 55 470 4 65
Binary 10001100 10000010 10001010 0 111 1 101101 100111000 100 110101

Color Harmonies of #8C828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C828A

Black with #8C828A

Text Example


Text Example

White with #8C828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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