Html Css Color HEX #88997C Amulet

📋 copy color: '#88997C'

red 136 ◦ green 153 ◦ blue 124

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

Shades of Amulet #88997C

Tints of Amulet #88997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

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

R = 32.93%
G = 37.05%
B = 30.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#88997C (or 0x88997C) is known color: Amulet. HEX triplet: 88, 99 and 7C. RGB value is (136,153,124). Sum of RGB (Red+Green+Blue) = 136+153+124=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #88997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88997C is #776683. Grayscale: #909090. Windows color (decimal): -7825028 or 8165768. OLE color: 8165768.

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

Color convert

RGB 136 153 124 -
CMYK 0.11 0 0.19 0.4
HSL 95.17º 0.12% 0.54% -
HSV(B) 95.17º 0.19% 0.6% -
XYZ 25.18 29.47 23.43 -
YUV 144.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 136 153 124 0.11 0 0.19 0.4 95.17 0.12 0.54
Hex 88 99 7C B 0 13 28 5F C 36
Octal 210 231 174 13 0 23 50 137 14 66
Binary 10001000 10011001 1111100 1011 0 10011 101000 1011111 1100 110110

Color Harmonies of #88997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88997C

Black with #88997C

Text Example


Text Example

White with #88997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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