Html Css Color HEX #88798A Amethyst Smoke

📋 copy color: '#88798A'

red 136 ◦ green 121 ◦ blue 138

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

Shades of Amethyst Smoke #88798A

Tints of Amethyst Smoke #88798A

RGB

 RED value IS 136 (53.52% from 255) = 34.43%

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

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

R = 34.43%
G = 30.63%
B = 34.94%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#88798A (or 0x88798A) is known color: Amethyst Smoke. HEX triplet: 88, 79 and 8A. RGB value is (136,121,138). Sum of RGB (Red+Green+Blue) = 136+121+138=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 121 (47.66% from 255 or 30.63% 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 #88798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88798A is #778675. Grayscale: #7F7F7F. Windows color (decimal): -7833206 or 9075080. OLE color: 9075080.

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

Color convert

RGB 136 121 138 -
CMYK 0.01 0.12 0 0.46
HSL 292.94º 0.07% 0.51% -
HSV(B) 292.94º 0.12% 0.54% -
XYZ 21.58 20.74 26.91 -
YUV 127.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 136 121 138 0.01 0.12 0 0.46 292.94 0.07 0.51
Hex 88 79 8A 1 C 0 2E 125 7 33
Octal 210 171 212 1 14 0 56 445 7 63
Binary 10001000 1111001 10001010 1 1100 0 101110 100100101 111 110011

Color Harmonies of #88798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88798A

Black with #88798A

Text Example


Text Example

White with #88798A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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