Html Css Color HEX #88808A Amethyst Smoke

📋 copy color: '#88808A'

red 136 ◦ green 128 ◦ blue 138

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

Shades of Amethyst Smoke #88808A

Tints of Amethyst Smoke #88808A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.84%

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

R = 33.83%
G = 31.84%
B = 34.33%

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

#88808A (or 0x88808A) is known color: Amethyst Smoke. HEX triplet: 88, 80 and 8A. RGB value is (136,128,138). Sum of RGB (Red+Green+Blue) = 136+128+138=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 138 - color contains mainly: blue. Hex color #88808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88808A is #777F75. Grayscale: #838383. Windows color (decimal): -7831414 or 9076872. OLE color: 9076872.

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

Color convert

RGB 136 128 138 -
CMYK 0.01 0.07 0 0.46
HSL 288º 0.04% 0.52% -
HSV(B) 288º 0.07% 0.54% -
XYZ 22.46 22.51 27.21 -
YUV 131.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 136 128 138 0.01 0.07 0 0.46 288 0.04 0.52
Hex 88 80 8A 1 7 0 2E 120 4 34
Octal 210 200 212 1 7 0 56 440 4 64
Binary 10001000 10000000 10001010 1 111 0 101110 100100000 100 110100

Color Harmonies of #88808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88808A

Black with #88808A

Text Example


Text Example

White with #88808A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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