Html Css Color HEX #887B8C Amethyst Smoke

📋 copy color: '#887B8C'

red 136 ◦ green 123 ◦ blue 140

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

Shades of Amethyst Smoke #887B8C

Tints of Amethyst Smoke #887B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.83%

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 34.09%
G = 30.83%
B = 35.09%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#887B8C (or 0x887B8C) is known color: Amethyst Smoke. HEX triplet: 88, 7B and 8C. RGB value is (136,123,140). Sum of RGB (Red+Green+Blue) = 136+123+140=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 140 - color contains mainly: blue. Hex color #887B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887B8C is #778473. Grayscale: #808080. Windows color (decimal): -7832692 or 9206664. OLE color: 9206664.

HSL color Cylindrical-coordinate representation of color #887B8C: hue angle of 285.88º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #887B8C is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 123 140 -
CMYK 0.03 0.12 0 0.45
HSL 285.88º 0.07% 0.52% -
HSV(B) 285.88º 0.12% 0.55% -
XYZ 21.97 21.29 27.76 -
YUV 128.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 136 123 140 0.03 0.12 0 0.45 285.88 0.07 0.52
Hex 88 7B 8C 3 C 0 2D 11E 7 34
Octal 210 173 214 3 14 0 55 436 7 64
Binary 10001000 1111011 10001100 11 1100 0 101101 100011110 111 110100

Color Harmonies of #887B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887B8C

Black with #887B8C

Text Example


Text Example

White with #887B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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