Html Css Color HEX #8C818B Taupe Grey

📋 copy color: '#8C818B'

red 140 ◦ green 129 ◦ blue 139

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

Shades of Taupe Grey #8C818B

Tints of Taupe Grey #8C818B

RGB

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

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

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

R = 34.31%
G = 31.62%
B = 34.07%

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

#8C818B (or 0x8C818B) is known color: Taupe Grey. HEX triplet: 8C, 81 and 8B. RGB value is (140,129,139). Sum of RGB (Red+Green+Blue) = 140+129+139=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 140 - color contains mainly: red. Hex color #8C818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C818B is #737E74. Grayscale: #858585. Windows color (decimal): -7569013 or 9142668. OLE color: 9142668.

HSL color Cylindrical-coordinate representation of color #8C818B: hue angle of 305.45º 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 #8C818B is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 129 139 -
CMYK 0 0.08 0.01 0.45
HSL 305.45º 0.05% 0.53% -
HSV(B) 305.45º 0.08% 0.55% -
XYZ 23.33 23.14 27.66 -
YUV 133.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 140 129 139 0 0.08 0.01 0.45 305.45 0.05 0.53
Hex 8C 81 8B 0 8 1 2D 131 5 35
Octal 214 201 213 0 10 1 55 461 5 65
Binary 10001100 10000001 10001011 0 1000 1 101101 100110001 101 110101

Color Harmonies of #8C818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C818B

Black with #8C818B

Text Example


Text Example

White with #8C818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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