Html Css Color HEX #88788C Amethyst Smoke

📋 copy color: '#88788C'

red 136 ◦ green 120 ◦ blue 140

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

Shades of Amethyst Smoke #88788C

Tints of Amethyst Smoke #88788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 34.34%
G = 30.3%
B = 35.35%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88788C (or 0x88788C) is known color: Amethyst Smoke. HEX triplet: 88, 78 and 8C. RGB value is (136,120,140). Sum of RGB (Red+Green+Blue) = 136+120+140=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 140 - color contains mainly: blue. Hex color #88788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88788C is #778773. Grayscale: #7F7F7F. Windows color (decimal): -7833460 or 9205896. OLE color: 9205896.

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

Color convert

RGB 136 120 140 -
CMYK 0.03 0.14 0 0.45
HSL 288º 0.08% 0.51% -
HSV(B) 288º 0.14% 0.55% -
XYZ 21.6 20.56 27.64 -
YUV 127.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 136 120 140 0.03 0.14 0 0.45 288 0.08 0.51
Hex 88 78 8C 3 E 0 2D 120 8 33
Octal 210 170 214 3 16 0 55 440 10 63
Binary 10001000 1111000 10001100 11 1110 0 101101 100100000 1000 110011

Color Harmonies of #88788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88788C

Black with #88788C

Text Example


Text Example

White with #88788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88788C; }

 p { color: rgb(136,120,140); }

 H1.HeaderClassName
 {
   color: #88788C;
 }
 .AnyTagClassName
 {
   color: #88788C;
 }
</style>

background-color css

<style>
 a { background-color: #88788C; }

 a { background-color: rgb(136,120,140); }

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

border-color css

<style>
 span { border-color: #88788C; }

 span { border-color: rgb(136,120,140); }

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