Html Css Color HEX #87967E Amulet

📋 copy color: '#87967E'

red 135 ◦ green 150 ◦ blue 126

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

Shades of Amulet #87967E

Tints of Amulet #87967E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 32.85%
G = 36.5%
B = 30.66%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#87967E (or 0x87967E) is known color: Amulet. HEX triplet: 87, 96 and 7E. RGB value is (135,150,126). Sum of RGB (Red+Green+Blue) = 135+150+126=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 150 - color contains mainly: green. Hex color #87967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87967E is #786981. Grayscale: #8E8E8E. Windows color (decimal): -7891330 or 8296071. OLE color: 8296071.

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

Color convert

RGB 135 150 126 -
CMYK 0.1 0 0.16 0.41
HSL 97.5º 0.1% 0.54% -
HSV(B) 97.5º 0.16% 0.59% -
XYZ 24.66 28.47 23.93 -
YUV 142.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 135 150 126 0.1 0 0.16 0.41 97.5 0.1 0.54
Hex 87 96 7E A 0 10 29 62 A 36
Octal 207 226 176 12 0 20 51 142 12 66
Binary 10000111 10010110 1111110 1010 0 10000 101001 1100010 1010 110110

Color Harmonies of #87967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87967E

Black with #87967E

Text Example


Text Example

White with #87967E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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