Html Css Color HEX #8C888F Amethyst Smoke

📋 copy color: '#8C888F'

red 140 ◦ green 136 ◦ blue 143

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

Shades of Amethyst Smoke #8C888F

Tints of Amethyst Smoke #8C888F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.46%

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 33.41%
G = 32.46%
B = 34.13%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C888F (or 0x8C888F) is known color: Amethyst Smoke. HEX triplet: 8C, 88 and 8F. RGB value is (140,136,143). Sum of RGB (Red+Green+Blue) = 140+136+143=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C888F is #737770. Grayscale: #898989. Windows color (decimal): -7567217 or 9406604. OLE color: 9406604.

HSL color Cylindrical-coordinate representation of color #8C888F: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C888F is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 136 143 -
CMYK 0.02 0.05 0 0.44
HSL 274.29º 0.03% 0.55% -
HSV(B) 274.29º 0.05% 0.56% -
XYZ 24.58 25.17 29.55 -
YUV 137.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 140 136 143 0.02 0.05 0 0.44 274.29 0.03 0.55
Hex 8C 88 8F 2 5 0 2C 112 3 37
Octal 214 210 217 2 5 0 54 422 3 67
Binary 10001100 10001000 10001111 10 101 0 101100 100010010 11 110111

Color Harmonies of #8C888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C888F

Black with #8C888F

Text Example


Text Example

White with #8C888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,136,143); }

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

background-color css

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

 a { background-color: rgb(140,136,143); }

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

border-color css

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

 span { border-color: rgb(140,136,143); }

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