Html Css Color HEX #8C878D Amethyst Smoke

📋 copy color: '#8C878D'

red 140 ◦ green 135 ◦ blue 141

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

Shades of Amethyst Smoke #8C878D

Tints of Amethyst Smoke #8C878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.45%

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 33.65%
G = 32.45%
B = 33.89%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C878D (or 0x8C878D) is known color: Amethyst Smoke. HEX triplet: 8C, 87 and 8D. RGB value is (140,135,141). Sum of RGB (Red+Green+Blue) = 140+135+141=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C878D is #737872. Grayscale: #898989. Windows color (decimal): -7567475 or 9275276. OLE color: 9275276.

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

Color convert

RGB 140 135 141 -
CMYK 0.01 0.04 0 0.45
HSL 290º 0.03% 0.54% -
HSV(B) 290º 0.04% 0.55% -
XYZ 24.29 24.83 28.71 -
YUV 137.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 140 135 141 0.01 0.04 0 0.45 290 0.03 0.54
Hex 8C 87 8D 1 4 0 2D 122 3 36
Octal 214 207 215 1 4 0 55 442 3 66
Binary 10001100 10000111 10001101 1 100 0 101101 100100010 11 110110

Color Harmonies of #8C878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C878D

Black with #8C878D

Text Example


Text Example

White with #8C878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,135,141); }

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

background-color css

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

 a { background-color: rgb(140,135,141); }

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

border-color css

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

 span { border-color: rgb(140,135,141); }

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