Html Css Color HEX #87798A Amethyst Smoke

📋 copy color: '#87798A'

red 135 ◦ green 121 ◦ blue 138

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

Shades of Amethyst Smoke #87798A

Tints of Amethyst Smoke #87798A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

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

R = 34.26%
G = 30.71%
B = 35.03%

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

#87798A (or 0x87798A) is known color: Amethyst Smoke. HEX triplet: 87, 79 and 8A. RGB value is (135,121,138). Sum of RGB (Red+Green+Blue) = 135+121+138=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 138 - color contains mainly: blue. Hex color #87798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87798A is #788675. Grayscale: #7F7F7F. Windows color (decimal): -7898742 or 9075079. OLE color: 9075079.

HSL color Cylindrical-coordinate representation of color #87798A: hue angle of 289.41º degrees, saturation: 0.07, 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 #87798A is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 121 138 -
CMYK 0.02 0.12 0 0.46
HSL 289.41º 0.07% 0.51% -
HSV(B) 289.41º 0.12% 0.54% -
XYZ 21.42 20.66 26.9 -
YUV 127.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 135 121 138 0.02 0.12 0 0.46 289.41 0.07 0.51
Hex 87 79 8A 2 C 0 2E 121 7 33
Octal 207 171 212 2 14 0 56 441 7 63
Binary 10000111 1111001 10001010 10 1100 0 101110 100100001 111 110011

Color Harmonies of #87798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87798A

Black with #87798A

Text Example


Text Example

White with #87798A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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