Html Css Color HEX #877F88 Amethyst Smoke

📋 copy color: '#877F88'

red 135 ◦ green 127 ◦ blue 136

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

Shades of Amethyst Smoke #877F88

Tints of Amethyst Smoke #877F88

RGB

 RED value IS 135 (53.13% from 255) = 33.92%

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

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 33.92%
G = 31.91%
B = 34.17%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#877F88 (or 0x877F88) is known color: Amethyst Smoke. HEX triplet: 87, 7F and 88. RGB value is (135,127,136). Sum of RGB (Red+Green+Blue) = 135+127+136=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 136 - color contains mainly: blue. Hex color #877F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F88 is #788077. Grayscale: #828282. Windows color (decimal): -7897208 or 8945543. OLE color: 8945543.

HSL color Cylindrical-coordinate representation of color #877F88: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #877F88 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 127 136 -
CMYK 0.01 0.07 0 0.47
HSL 293.33º 0.04% 0.52% -
HSV(B) 293.33º 0.07% 0.53% -
XYZ 22.02 22.11 26.4 -
YUV 130.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 135 127 136 0.01 0.07 0 0.47 293.33 0.04 0.52
Hex 87 7F 88 1 7 0 2F 125 4 34
Octal 207 177 210 1 7 0 57 445 4 64
Binary 10000111 1111111 10001000 1 111 0 101111 100100101 100 110100

Color Harmonies of #877F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F88

Black with #877F88

Text Example


Text Example

White with #877F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877F88; }

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

 H1.HeaderClassName
 {
   color: #877F88;
 }
 .AnyTagClassName
 {
   color: #877F88;
 }
</style>

background-color css

<style>
 a { background-color: #877F88; }

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

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

border-color css

<style>
 span { border-color: #877F88; }

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

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