Html Css Color HEX #88818A Amethyst Smoke

📋 copy color: '#88818A'

red 136 ◦ green 129 ◦ blue 138

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

Shades of Amethyst Smoke #88818A

Tints of Amethyst Smoke #88818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 33.75%
G = 32.01%
B = 34.24%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#88818A (or 0x88818A) is known color: Amethyst Smoke. HEX triplet: 88, 81 and 8A. RGB value is (136,129,138). Sum of RGB (Red+Green+Blue) = 136+129+138=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 138 - color contains mainly: blue. Hex color #88818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88818A is #777E75. Grayscale: #848484. Windows color (decimal): -7831158 or 9077128. OLE color: 9077128.

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

Color convert

RGB 136 129 138 -
CMYK 0.01 0.07 0 0.46
HSL 286.67º 0.04% 0.52% -
HSV(B) 286.67º 0.07% 0.54% -
XYZ 22.59 22.77 27.25 -
YUV 132.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 136 129 138 0.01 0.07 0 0.46 286.67 0.04 0.52
Hex 88 81 8A 1 7 0 2E 11F 4 34
Octal 210 201 212 1 7 0 56 437 4 64
Binary 10001000 10000001 10001010 1 111 0 101110 100011111 100 110100

Color Harmonies of #88818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88818A

Black with #88818A

Text Example


Text Example

White with #88818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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