Html Css Color HEX #88997A Amulet

📋 copy color: '#88997A'

red 136 ◦ green 153 ◦ blue 122

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

Shades of Amulet #88997A

Tints of Amulet #88997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 33.09%
G = 37.23%
B = 29.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#88997A (or 0x88997A) is known color: Amulet. HEX triplet: 88, 99 and 7A. RGB value is (136,153,122). Sum of RGB (Red+Green+Blue) = 136+153+122=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #88997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88997A is #776685. Grayscale: #909090. Windows color (decimal): -7825030 or 8034696. OLE color: 8034696.

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

Color convert

RGB 136 153 122 -
CMYK 0.11 0 0.20 0.4
HSL 92.9º 0.13% 0.54% -
HSV(B) 92.9º 0.2% 0.6% -
XYZ 25.06 29.42 22.77 -
YUV 144.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 136 153 122 0.11 0 0.20 0.4 92.9 0.13 0.54
Hex 88 99 7A B 0 14 28 5D D 36
Octal 210 231 172 13 0 24 50 135 15 66
Binary 10001000 10011001 1111010 1011 0 10100 101000 1011101 1101 110110

Color Harmonies of #88997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88997A

Black with #88997A

Text Example


Text Example

White with #88997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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