Html Css Color HEX #8C818A Taupe Grey

📋 copy color: '#8C818A'

red 140 ◦ green 129 ◦ blue 138

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

Shades of Taupe Grey #8C818A

Tints of Taupe Grey #8C818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.7%

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

R = 34.4%
G = 31.7%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C818A (or 0x8C818A) is known color: Taupe Grey. HEX triplet: 8C, 81 and 8A. RGB value is (140,129,138). Sum of RGB (Red+Green+Blue) = 140+129+138=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 140 - color contains mainly: red. Hex color #8C818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C818A is #737E75. Grayscale: #858585. Windows color (decimal): -7569014 or 9077132. OLE color: 9077132.

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

Color convert

RGB 140 129 138 -
CMYK 0 0.08 0.01 0.45
HSL 310.91º 0.05% 0.53% -
HSV(B) 310.91º 0.08% 0.55% -
XYZ 23.25 23.11 27.28 -
YUV 133.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 140 129 138 0 0.08 0.01 0.45 310.91 0.05 0.53
Hex 8C 81 8A 0 8 1 2D 137 5 35
Octal 214 201 212 0 10 1 55 467 5 65
Binary 10001100 10000001 10001010 0 1000 1 101101 100110111 101 110101

Color Harmonies of #8C818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C818A

Black with #8C818A

Text Example


Text Example

White with #8C818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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