Html Css Color HEX #88987C Amulet

📋 copy color: '#88987C'

red 136 ◦ green 152 ◦ blue 124

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

Shades of Amulet #88987C

Tints of Amulet #88987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

 BLUE value IS 124 (48.83% from 255) = 30.1%

R = 33.01%
G = 36.89%
B = 30.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#88987C (or 0x88987C) is known color: Amulet. HEX triplet: 88, 98 and 7C. RGB value is (136,152,124). Sum of RGB (Red+Green+Blue) = 136+152+124=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #88987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88987C is #776783. Grayscale: #909090. Windows color (decimal): -7825284 or 8165512. OLE color: 8165512.

HSL color Cylindrical-coordinate representation of color #88987C: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88987C is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 152 124 -
CMYK 0.11 0 0.18 0.40
HSL 94.29º 0.12% 0.54% -
HSV(B) 94.29º 0.18% 0.6% -
XYZ 25.02 29.15 23.38 -
YUV 144.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 136 152 124 0.11 0 0.18 0.40 94.29 0.12 0.54
Hex 88 98 7C B 0 12 28 5E C 36
Octal 210 230 174 13 0 22 50 136 14 66
Binary 10001000 10011000 1111100 1011 0 10010 101000 1011110 1100 110110

Color Harmonies of #88987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88987C

Black with #88987C

Text Example


Text Example

White with #88987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,152,124); }

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

background-color css

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

 a { background-color: rgb(136,152,124); }

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

border-color css

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

 span { border-color: rgb(136,152,124); }

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