Html Css Color HEX #88957F Amulet

📋 copy color: '#88957F'

red 136 ◦ green 149 ◦ blue 127

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

Shades of Amulet #88957F

Tints of Amulet #88957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

 BLUE value IS 127 (50% from 255) = 30.83%

R = 33.01%
G = 36.17%
B = 30.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#88957F (or 0x88957F) is known color: Amulet. HEX triplet: 88, 95 and 7F. RGB value is (136,149,127). Sum of RGB (Red+Green+Blue) = 136+149+127=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #88957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88957F is #776A80. Grayscale: #8E8E8E. Windows color (decimal): -7826049 or 8361352. OLE color: 8361352.

HSL color Cylindrical-coordinate representation of color #88957F: hue angle of 95.45º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88957F is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 149 127 -
CMYK 0.09 0 0.15 0.42
HSL 95.45º 0.09% 0.54% -
HSV(B) 95.45º 0.15% 0.58% -
XYZ 24.73 28.26 24.23 -
YUV 142.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 136 149 127 0.09 0 0.15 0.42 95.45 0.09 0.54
Hex 88 95 7F 9 0 F 2A 5F 9 36
Octal 210 225 177 11 0 17 52 137 11 66
Binary 10001000 10010101 1111111 1001 0 1111 101010 1011111 1001 110110

Color Harmonies of #88957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88957F

Black with #88957F

Text Example


Text Example

White with #88957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88957F; }

 p { color: rgb(136,149,127); }

 H1.HeaderClassName
 {
   color: #88957F;
 }
 .AnyTagClassName
 {
   color: #88957F;
 }
</style>

background-color css

<style>
 a { background-color: #88957F; }

 a { background-color: rgb(136,149,127); }

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

border-color css

<style>
 span { border-color: #88957F; }

 span { border-color: rgb(136,149,127); }

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