Html Css Color HEX #87967A Amulet

📋 copy color: '#87967A'

red 135 ◦ green 150 ◦ blue 122

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

Shades of Amulet #87967A

Tints of Amulet #87967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 33.17%
G = 36.86%
B = 29.98%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#87967A (or 0x87967A) is known color: Amulet. HEX triplet: 87, 96 and 7A. RGB value is (135,150,122). Sum of RGB (Red+Green+Blue) = 135+150+122=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #87967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87967A is #786985. Grayscale: #8E8E8E. Windows color (decimal): -7891334 or 8033927. OLE color: 8033927.

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

Color convert

RGB 135 150 122 -
CMYK 0.1 0 0.19 0.41
HSL 92.14º 0.12% 0.53% -
HSV(B) 92.14º 0.19% 0.59% -
XYZ 24.41 28.37 22.6 -
YUV 142.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 135 150 122 0.1 0 0.19 0.41 92.14 0.12 0.53
Hex 87 96 7A A 0 13 29 5C C 35
Octal 207 226 172 12 0 23 51 134 14 65
Binary 10000111 10010110 1111010 1010 0 10011 101001 1011100 1100 110101

Color Harmonies of #87967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87967A

Black with #87967A

Text Example


Text Example

White with #87967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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