Html Css Color HEX #877A8A Amethyst Smoke

📋 copy color: '#877A8A'

red 135 ◦ green 122 ◦ blue 138

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

Shades of Amethyst Smoke #877A8A

Tints of Amethyst Smoke #877A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

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

R = 34.18%
G = 30.89%
B = 34.94%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#877A8A (or 0x877A8A) is known color: Amethyst Smoke. HEX triplet: 87, 7A and 8A. RGB value is (135,122,138). Sum of RGB (Red+Green+Blue) = 135+122+138=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 138 - color contains mainly: blue. Hex color #877A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877A8A is #788575. Grayscale: #7F7F7F. Windows color (decimal): -7898486 or 9075335. OLE color: 9075335.

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

Color convert

RGB 135 122 138 -
CMYK 0.02 0.12 0 0.46
HSL 288.75º 0.06% 0.51% -
HSV(B) 288.75º 0.12% 0.54% -
XYZ 21.54 20.9 26.94 -
YUV 127.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 135 122 138 0.02 0.12 0 0.46 288.75 0.06 0.51
Hex 87 7A 8A 2 C 0 2E 121 6 33
Octal 207 172 212 2 14 0 56 441 6 63
Binary 10000111 1111010 10001010 10 1100 0 101110 100100001 110 110011

Color Harmonies of #877A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877A8A

Black with #877A8A

Text Example


Text Example

White with #877A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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