Html Css Color HEX #88987D Amulet

📋 copy color: '#88987D'

red 136 ◦ green 152 ◦ blue 125

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

Shades of Amulet #88987D

Tints of Amulet #88987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.8%

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

R = 32.93%
G = 36.8%
B = 30.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#88987D (or 0x88987D) is known color: Amulet. HEX triplet: 88, 98 and 7D. RGB value is (136,152,125). Sum of RGB (Red+Green+Blue) = 136+152+125=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #88987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88987D is #776782. Grayscale: #909090. Windows color (decimal): -7825283 or 8231048. OLE color: 8231048.

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

Color convert

RGB 136 152 125 -
CMYK 0.11 0 0.18 0.40
HSL 95.56º 0.12% 0.54% -
HSV(B) 95.56º 0.18% 0.6% -
XYZ 25.08 29.17 23.71 -
YUV 144.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 136 152 125 0.11 0 0.18 0.40 95.56 0.12 0.54
Hex 88 98 7D B 0 12 28 60 C 36
Octal 210 230 175 13 0 22 50 140 14 66
Binary 10001000 10011000 1111101 1011 0 10010 101000 1100000 1100 110110

Color Harmonies of #88987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88987D

Black with #88987D

Text Example


Text Example

White with #88987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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