Html Css Color HEX #887A8B Amethyst Smoke

📋 copy color: '#887A8B'

red 136 ◦ green 122 ◦ blue 139

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

Shades of Amethyst Smoke #887A8B

Tints of Amethyst Smoke #887A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.73%

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

R = 34.26%
G = 30.73%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#887A8B (or 0x887A8B) is known color: Amethyst Smoke. HEX triplet: 88, 7A and 8B. RGB value is (136,122,139). Sum of RGB (Red+Green+Blue) = 136+122+139=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: blue. Hex color #887A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A8B is #778574. Grayscale: #808080. Windows color (decimal): -7832949 or 9140872. OLE color: 9140872.

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

Color convert

RGB 136 122 139 -
CMYK 0.02 0.12 0 0.45
HSL 289.41º 0.07% 0.51% -
HSV(B) 289.41º 0.12% 0.55% -
XYZ 21.77 21.02 27.34 -
YUV 128.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 136 122 139 0.02 0.12 0 0.45 289.41 0.07 0.51
Hex 88 7A 8B 2 C 0 2D 121 7 33
Octal 210 172 213 2 14 0 55 441 7 63
Binary 10001000 1111010 10001011 10 1100 0 101101 100100001 111 110011

Color Harmonies of #887A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A8B

Black with #887A8B

Text Example


Text Example

White with #887A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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