Html Css Color HEX #88977F Amulet

📋 copy color: '#88977F'

red 136 ◦ green 151 ◦ blue 127

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

Shades of Amulet #88977F

Tints of Amulet #88977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.47%

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

R = 32.85%
G = 36.47%
B = 30.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#88977F (or 0x88977F) is known color: Amulet. HEX triplet: 88, 97 and 7F. RGB value is (136,151,127). Sum of RGB (Red+Green+Blue) = 136+151+127=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 151 - color contains mainly: green. Hex color #88977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88977F is #776880. Grayscale: #8F8F8F. Windows color (decimal): -7825537 or 8361864. OLE color: 8361864.

HSL color Cylindrical-coordinate representation of color #88977F: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88977F is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 151 127 -
CMYK 0.10 0 0.16 0.41
HSL 97.5º 0.1% 0.55% -
HSV(B) 97.5º 0.16% 0.59% -
XYZ 25.05 28.9 24.34 -
YUV 143.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 136 151 127 0.10 0 0.16 0.41 97.5 0.1 0.55
Hex 88 97 7F A 0 10 29 62 A 37
Octal 210 227 177 12 0 20 51 142 12 67
Binary 10001000 10010111 1111111 1010 0 10000 101001 1100010 1010 110111

Color Harmonies of #88977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88977F

Black with #88977F

Text Example


Text Example

White with #88977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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