Html Css Color HEX #878288 Amethyst Smoke

📋 copy color: '#878288'

red 135 ◦ green 130 ◦ blue 136

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

Shades of Amethyst Smoke #878288

Tints of Amethyst Smoke #878288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

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

R = 33.67%
G = 32.42%
B = 33.92%

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

#878288 (or 0x878288) is known color: Amethyst Smoke. HEX triplet: 87, 82 and 88. RGB value is (135,130,136). Sum of RGB (Red+Green+Blue) = 135+130+136=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 136 - color contains mainly: blue. Hex color #878288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878288 is #787D77. Grayscale: #848484. Windows color (decimal): -7896440 or 8946311. OLE color: 8946311.

HSL color Cylindrical-coordinate representation of color #878288: hue angle of 290º 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 #878288 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 130 136 -
CMYK 0.01 0.04 0 0.47
HSL 290º 0.02% 0.52% -
HSV(B) 290º 0.04% 0.53% -
XYZ 22.42 22.89 26.53 -
YUV 132.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 135 130 136 0.01 0.04 0 0.47 290 0.02 0.52
Hex 87 82 88 1 4 0 2F 122 2 34
Octal 207 202 210 1 4 0 57 442 2 64
Binary 10000111 10000010 10001000 1 100 0 101111 100100010 10 110100

Color Harmonies of #878288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878288

Black with #878288

Text Example


Text Example

White with #878288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878288; }

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

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

background-color css

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

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

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

border-color css

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

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

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