Html Css Color HEX #887F8B Amethyst Smoke

📋 copy color: '#887F8B'

red 136 ◦ green 127 ◦ blue 139

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

Shades of Amethyst Smoke #887F8B

Tints of Amethyst Smoke #887F8B

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 33.83%
G = 31.59%
B = 34.58%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#887F8B (or 0x887F8B) is known color: Amethyst Smoke. HEX triplet: 88, 7F and 8B. RGB value is (136,127,139). Sum of RGB (Red+Green+Blue) = 136+127+139=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 139 - color contains mainly: blue. Hex color #887F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887F8B is #778074. Grayscale: #838383. Windows color (decimal): -7831669 or 9142152. OLE color: 9142152.

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

Color convert

RGB 136 127 139 -
CMYK 0.02 0.09 0 0.45
HSL 285º 0.05% 0.52% -
HSV(B) 285º 0.09% 0.55% -
XYZ 22.4 22.28 27.55 -
YUV 131.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 136 127 139 0.02 0.09 0 0.45 285 0.05 0.52
Hex 88 7F 8B 2 9 0 2D 11D 5 34
Octal 210 177 213 2 11 0 55 435 5 64
Binary 10001000 1111111 10001011 10 1001 0 101101 100011101 101 110100

Color Harmonies of #887F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F8B

Black with #887F8B

Text Example


Text Example

White with #887F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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