Html Css Color HEX #87967D Amulet

📋 copy color: '#87967D'

red 135 ◦ green 150 ◦ blue 125

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

Shades of Amulet #87967D

Tints of Amulet #87967D

RGB

 RED value IS 135 (53.13% from 255) = 32.93%

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

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

R = 32.93%
G = 36.59%
B = 30.49%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#87967D (or 0x87967D) is known color: Amulet. HEX triplet: 87, 96 and 7D. RGB value is (135,150,125). Sum of RGB (Red+Green+Blue) = 135+150+125=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #87967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87967D is #786982. Grayscale: #8E8E8E. Windows color (decimal): -7891331 or 8230535. OLE color: 8230535.

HSL color Cylindrical-coordinate representation of color #87967D: hue angle of 96º 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 #87967D is Cyan = 0.1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 150 125 -
CMYK 0.1 0 0.17 0.41
HSL 96º 0.11% 0.54% -
HSV(B) 96º 0.17% 0.59% -
XYZ 24.6 28.44 23.6 -
YUV 142.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 135 150 125 0.1 0 0.17 0.41 96 0.11 0.54
Hex 87 96 7D A 0 11 29 60 B 36
Octal 207 226 175 12 0 21 51 140 13 66
Binary 10000111 10010110 1111101 1010 0 10001 101001 1100000 1011 110110

Color Harmonies of #87967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87967D

Black with #87967D

Text Example


Text Example

White with #87967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,150,125); }

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

background-color css

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

 a { background-color: rgb(135,150,125); }

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

border-color css

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

 span { border-color: rgb(135,150,125); }

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