Html Css Color HEX #88967C Amulet

📋 copy color: '#88967C'

red 136 ◦ green 150 ◦ blue 124

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

Shades of Amulet #88967C

Tints of Amulet #88967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 33.17%
G = 36.59%
B = 30.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#88967C (or 0x88967C) is known color: Amulet. HEX triplet: 88, 96 and 7C. RGB value is (136,150,124). Sum of RGB (Red+Green+Blue) = 136+150+124=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #88967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88967C is #776983. Grayscale: #8E8E8E. Windows color (decimal): -7825796 or 8165000. OLE color: 8165000.

HSL color Cylindrical-coordinate representation of color #88967C: hue angle of 92.31º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88967C is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 150 124 -
CMYK 0.09 0 0.17 0.41
HSL 92.31º 0.11% 0.54% -
HSV(B) 92.31º 0.17% 0.59% -
XYZ 24.7 28.5 23.27 -
YUV 142.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 136 150 124 0.09 0 0.17 0.41 92.31 0.11 0.54
Hex 88 96 7C 9 0 11 29 5C B 36
Octal 210 226 174 11 0 21 51 134 13 66
Binary 10001000 10010110 1111100 1001 0 10001 101001 1011100 1011 110110

Color Harmonies of #88967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88967C

Black with #88967C

Text Example


Text Example

White with #88967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88967C; }

 p { color: rgb(136,150,124); }

 H1.HeaderClassName
 {
   color: #88967C;
 }
 .AnyTagClassName
 {
   color: #88967C;
 }
</style>

background-color css

<style>
 a { background-color: #88967C; }

 a { background-color: rgb(136,150,124); }

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

border-color css

<style>
 span { border-color: #88967C; }

 span { border-color: rgb(136,150,124); }

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