Html Css Color HEX #878388 Amethyst Smoke

📋 copy color: '#878388'

red 135 ◦ green 131 ◦ blue 136

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

Shades of Amethyst Smoke #878388

Tints of Amethyst Smoke #878388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

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

R = 33.58%
G = 32.59%
B = 33.83%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#878388 (or 0x878388) is known color: Amethyst Smoke. HEX triplet: 87, 83 and 88. RGB value is (135,131,136). Sum of RGB (Red+Green+Blue) = 135+131+136=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 136 - color contains mainly: blue. Hex color #878388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878388 is #787C77. Grayscale: #848484. Windows color (decimal): -7896184 or 8946567. OLE color: 8946567.

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

Color convert

RGB 135 131 136 -
CMYK 0.01 0.04 0 0.47
HSL 288º 0.02% 0.52% -
HSV(B) 288º 0.04% 0.53% -
XYZ 22.55 23.16 26.57 -
YUV 132.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 135 131 136 0.01 0.04 0 0.47 288 0.02 0.52
Hex 87 83 88 1 4 0 2F 120 2 34
Octal 207 203 210 1 4 0 57 440 2 64
Binary 10000111 10000011 10001000 1 100 0 101111 100100000 10 110100

Color Harmonies of #878388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878388

Black with #878388

Text Example


Text Example

White with #878388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878388; }

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

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

background-color css

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

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

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

border-color css

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

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

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