Html Css Color HEX #87788A Amethyst Smoke

📋 copy color: '#87788A'

red 135 ◦ green 120 ◦ blue 138

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

Shades of Amethyst Smoke #87788A

Tints of Amethyst Smoke #87788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.53%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 34.35%
G = 30.53%
B = 35.11%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#87788A (or 0x87788A) is known color: Amethyst Smoke. HEX triplet: 87, 78 and 8A. RGB value is (135,120,138). Sum of RGB (Red+Green+Blue) = 135+120+138=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 138 - color contains mainly: blue. Hex color #87788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87788A is #788775. Grayscale: #7E7E7E. Windows color (decimal): -7898998 or 9074823. OLE color: 9074823.

HSL color Cylindrical-coordinate representation of color #87788A: hue angle of 290º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #87788A is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 120 138 -
CMYK 0.02 0.13 0 0.46
HSL 290º 0.07% 0.51% -
HSV(B) 290º 0.13% 0.54% -
XYZ 21.3 20.42 26.86 -
YUV 126.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 135 120 138 0.02 0.13 0 0.46 290 0.07 0.51
Hex 87 78 8A 2 D 0 2E 122 7 33
Octal 207 170 212 2 15 0 56 442 7 63
Binary 10000111 1111000 10001010 10 1101 0 101110 100100010 111 110011

Color Harmonies of #87788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87788A

Black with #87788A

Text Example


Text Example

White with #87788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87788A; }

 p { color: rgb(135,120,138); }

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

background-color css

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

 a { background-color: rgb(135,120,138); }

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

border-color css

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

 span { border-color: rgb(135,120,138); }

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