Html Css Color HEX #88788B Amethyst Smoke

📋 copy color: '#88788B'

red 136 ◦ green 120 ◦ blue 139

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

Shades of Amethyst Smoke #88788B

Tints of Amethyst Smoke #88788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 34.43%
G = 30.38%
B = 35.19%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88788B (or 0x88788B) is known color: Amethyst Smoke. HEX triplet: 88, 78 and 8B. RGB value is (136,120,139). Sum of RGB (Red+Green+Blue) = 136+120+139=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 139 - color contains mainly: blue. Hex color #88788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88788B is #778774. Grayscale: #7E7E7E. Windows color (decimal): -7833461 or 9140360. OLE color: 9140360.

HSL color Cylindrical-coordinate representation of color #88788B: hue angle of 290.53º 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 #88788B is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 120 139 -
CMYK 0.02 0.14 0 0.45
HSL 290.53º 0.08% 0.51% -
HSV(B) 290.53º 0.14% 0.55% -
XYZ 21.53 20.53 27.25 -
YUV 126.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 136 120 139 0.02 0.14 0 0.45 290.53 0.08 0.51
Hex 88 78 8B 2 E 0 2D 123 8 33
Octal 210 170 213 2 16 0 55 443 10 63
Binary 10001000 1111000 10001011 10 1110 0 101101 100100011 1000 110011

Color Harmonies of #88788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88788B

Black with #88788B

Text Example


Text Example

White with #88788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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