Html Css Color HEX #88997E Amulet

📋 copy color: '#88997E'

red 136 ◦ green 153 ◦ blue 126

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

Shades of Amulet #88997E

Tints of Amulet #88997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 32.77%
G = 36.87%
B = 30.36%

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

#88997E (or 0x88997E) is known color: Amulet. HEX triplet: 88, 99 and 7E. RGB value is (136,153,126). Sum of RGB (Red+Green+Blue) = 136+153+126=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #88997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88997E is #776681. Grayscale: #909090. Windows color (decimal): -7825026 or 8296840. OLE color: 8296840.

HSL color Cylindrical-coordinate representation of color #88997E: hue angle of 97.78º 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 #88997E is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 153 126 -
CMYK 0.11 0 0.18 0.4
HSL 97.78º 0.12% 0.55% -
HSV(B) 97.78º 0.18% 0.6% -
XYZ 25.31 29.52 24.1 -
YUV 144.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 136 153 126 0.11 0 0.18 0.4 97.78 0.12 0.55
Hex 88 99 7E B 0 12 28 62 C 37
Octal 210 231 176 13 0 22 50 142 14 67
Binary 10001000 10011001 1111110 1011 0 10010 101000 1100010 1100 110111

Color Harmonies of #88997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88997E

Black with #88997E

Text Example


Text Example

White with #88997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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