Html Css Color HEX #88997D Amulet

📋 copy color: '#88997D'

red 136 ◦ green 153 ◦ blue 125

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

Shades of Amulet #88997D

Tints of Amulet #88997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 32.85%
G = 36.96%
B = 30.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#88997D (or 0x88997D) is known color: Amulet. HEX triplet: 88, 99 and 7D. RGB value is (136,153,125). Sum of RGB (Red+Green+Blue) = 136+153+125=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #88997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88997D is #776682. Grayscale: #909090. Windows color (decimal): -7825027 or 8231304. OLE color: 8231304.

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

Color convert

RGB 136 153 125 -
CMYK 0.11 0 0.18 0.4
HSL 96.43º 0.12% 0.55% -
HSV(B) 96.43º 0.18% 0.6% -
XYZ 25.25 29.5 23.76 -
YUV 144.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 136 153 125 0.11 0 0.18 0.4 96.43 0.12 0.55
Hex 88 99 7D B 0 12 28 60 C 37
Octal 210 231 175 13 0 22 50 140 14 67
Binary 10001000 10011001 1111101 1011 0 10010 101000 1100000 1100 110111

Color Harmonies of #88997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88997D

Black with #88997D

Text Example


Text Example

White with #88997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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