Html Css Color HEX #88738D Amethyst Smoke

📋 copy color: '#88738D'

red 136 ◦ green 115 ◦ blue 141

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

Shades of Amethyst Smoke #88738D

Tints of Amethyst Smoke #88738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.34%

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 34.69%
G = 29.34%
B = 35.97%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88738D (or 0x88738D) is known color: Amethyst Smoke. HEX triplet: 88, 73 and 8D. RGB value is (136,115,141). Sum of RGB (Red+Green+Blue) = 136+115+141=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #88738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88738D is #778C72. Grayscale: #7C7C7C. Windows color (decimal): -7834739 or 9270152. OLE color: 9270152.

HSL color Cylindrical-coordinate representation of color #88738D: hue angle of 288.46º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88738D is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 115 141 -
CMYK 0.04 0.18 0 0.45
HSL 288.46º 0.1% 0.5% -
HSV(B) 288.46º 0.18% 0.55% -
XYZ 21.09 19.42 27.84 -
YUV 124.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 136 115 141 0.04 0.18 0 0.45 288.46 0.1 0.5
Hex 88 73 8D 4 12 0 2D 120 A 32
Octal 210 163 215 4 22 0 55 440 12 62
Binary 10001000 1110011 10001101 100 10010 0 101101 100100000 1010 110010

Color Harmonies of #88738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88738D

Black with #88738D

Text Example


Text Example

White with #88738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88738D; }

 p { color: rgb(136,115,141); }

 H1.HeaderClassName
 {
   color: #88738D;
 }
 .AnyTagClassName
 {
   color: #88738D;
 }
</style>

background-color css

<style>
 a { background-color: #88738D; }

 a { background-color: rgb(136,115,141); }

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

border-color css

<style>
 span { border-color: #88738D; }

 span { border-color: rgb(136,115,141); }

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