Html Css Color HEX #87967C Amulet

📋 copy color: '#87967C'

red 135 ◦ green 150 ◦ blue 124

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

Shades of Amulet #87967C

Tints of Amulet #87967C

RGB

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

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

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

R = 33.01%
G = 36.67%
B = 30.32%

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

#87967C (or 0x87967C) is known color: Amulet. HEX triplet: 87, 96 and 7C. RGB value is (135,150,124). Sum of RGB (Red+Green+Blue) = 135+150+124=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #87967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87967C is #786983. Grayscale: #8E8E8E. Windows color (decimal): -7891332 or 8164999. OLE color: 8164999.

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

Color convert

RGB 135 150 124 -
CMYK 0.1 0 0.17 0.41
HSL 94.62º 0.11% 0.54% -
HSV(B) 94.62º 0.17% 0.59% -
XYZ 24.54 28.42 23.26 -
YUV 142.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 135 150 124 0.1 0 0.17 0.41 94.62 0.11 0.54
Hex 87 96 7C A 0 11 29 5F B 36
Octal 207 226 174 12 0 21 51 137 13 66
Binary 10000111 10010110 1111100 1010 0 10001 101001 1011111 1011 110110

Color Harmonies of #87967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87967C

Black with #87967C

Text Example


Text Example

White with #87967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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