Html Css Color HEX #8C808B Taupe Grey

📋 copy color: '#8C808B'

red 140 ◦ green 128 ◦ blue 139

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

Shades of Taupe Grey #8C808B

Tints of Taupe Grey #8C808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.45%

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 34.4%
G = 31.45%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C808B (or 0x8C808B) is known color: Taupe Grey. HEX triplet: 8C, 80 and 8B. RGB value is (140,128,139). Sum of RGB (Red+Green+Blue) = 140+128+139=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 140 - color contains mainly: red. Hex color #8C808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C808B is #737F74. Grayscale: #848484. Windows color (decimal): -7569269 or 9142412. OLE color: 9142412.

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

Color convert

RGB 140 128 139 -
CMYK 0 0.09 0.01 0.45
HSL 305º 0.05% 0.53% -
HSV(B) 305º 0.09% 0.55% -
XYZ 23.19 22.88 27.62 -
YUV 132.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 140 128 139 0 0.09 0.01 0.45 305 0.05 0.53
Hex 8C 80 8B 0 9 1 2D 131 5 35
Octal 214 200 213 0 11 1 55 461 5 65
Binary 10001100 10000000 10001011 0 1001 1 101101 100110001 101 110101

Color Harmonies of #8C808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C808B

Black with #8C808B

Text Example


Text Example

White with #8C808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,128,139); }

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

background-color css

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

 a { background-color: rgb(140,128,139); }

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

border-color css

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

 span { border-color: rgb(140,128,139); }

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