Html Css Color HEX #89788D Amethyst Smoke

📋 copy color: '#89788D'

red 137 ◦ green 120 ◦ blue 141

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

Shades of Amethyst Smoke #89788D

Tints of Amethyst Smoke #89788D

RGB

 RED value IS 137 (53.91% from 255) = 34.42%

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 34.42%
G = 30.15%
B = 35.43%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89788D (or 0x89788D) is known color: Amethyst Smoke. HEX triplet: 89, 78 and 8D. RGB value is (137,120,141). Sum of RGB (Red+Green+Blue) = 137+120+141=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 141 - color contains mainly: blue. Hex color #89788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89788D is #768772. Grayscale: #7F7F7F. Windows color (decimal): -7767923 or 9271433. OLE color: 9271433.

HSL color Cylindrical-coordinate representation of color #89788D: hue angle of 288.57º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89788D is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 120 141 -
CMYK 0.03 0.15 0 0.45
HSL 288.57º 0.08% 0.51% -
HSV(B) 288.57º 0.15% 0.55% -
XYZ 21.84 20.67 28.04 -
YUV 127.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 137 120 141 0.03 0.15 0 0.45 288.57 0.08 0.51
Hex 89 78 8D 3 F 0 2D 121 8 33
Octal 211 170 215 3 17 0 55 441 10 63
Binary 10001001 1111000 10001101 11 1111 0 101101 100100001 1000 110011

Color Harmonies of #89788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89788D

Black with #89788D

Text Example


Text Example

White with #89788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89788D; }

 p { color: rgb(137,120,141); }

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

background-color css

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

 a { background-color: rgb(137,120,141); }

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

border-color css

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

 span { border-color: rgb(137,120,141); }

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