Html Css Color HEX #887D8B Amethyst Smoke

📋 copy color: '#887D8B'

red 136 ◦ green 125 ◦ blue 139

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

Shades of Amethyst Smoke #887D8B

Tints of Amethyst Smoke #887D8B

RGB

 RED value IS 136 (53.52% from 255) = 34%

 GREEN value IS 125 (49.22% from 255) = 31.25%

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

R = 34%
G = 31.25%
B = 34.75%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#887D8B (or 0x887D8B) is known color: Amethyst Smoke. HEX triplet: 88, 7D and 8B. RGB value is (136,125,139). Sum of RGB (Red+Green+Blue) = 136+125+139=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 139 - color contains mainly: blue. Hex color #887D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887D8B is #778274. Grayscale: #818181. Windows color (decimal): -7832181 or 9141640. OLE color: 9141640.

HSL color Cylindrical-coordinate representation of color #887D8B: hue angle of 287.14º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #887D8B is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 125 139 -
CMYK 0.02 0.10 0 0.45
HSL 287.14º 0.06% 0.52% -
HSV(B) 287.14º 0.1% 0.55% -
XYZ 22.15 21.77 27.46 -
YUV 129.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 136 125 139 0.02 0.10 0 0.45 287.14 0.06 0.52
Hex 88 7D 8B 2 A 0 2D 11F 6 34
Octal 210 175 213 2 12 0 55 437 6 64
Binary 10001000 1111101 10001011 10 1010 0 101101 100011111 110 110100

Color Harmonies of #887D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887D8B

Black with #887D8B

Text Example


Text Example

White with #887D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887D8B; }

 p { color: rgb(136,125,139); }

 H1.HeaderClassName
 {
   color: #887D8B;
 }
 .AnyTagClassName
 {
   color: #887D8B;
 }
</style>

background-color css

<style>
 a { background-color: #887D8B; }

 a { background-color: rgb(136,125,139); }

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

border-color css

<style>
 span { border-color: #887D8B; }

 span { border-color: rgb(136,125,139); }

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