Html Css Color HEX #87957A Amulet

📋 copy color: '#87957A'

red 135 ◦ green 149 ◦ blue 122

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

Shades of Amulet #87957A

Tints of Amulet #87957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

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

R = 33.25%
G = 36.7%
B = 30.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#87957A (or 0x87957A) is known color: Amulet. HEX triplet: 87, 95 and 7A. RGB value is (135,149,122). Sum of RGB (Red+Green+Blue) = 135+149+122=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #87957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87957A is #786A85. Grayscale: #8D8D8D. Windows color (decimal): -7891590 or 8033671. OLE color: 8033671.

HSL color Cylindrical-coordinate representation of color #87957A: hue angle of 91.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87957A is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 149 122 -
CMYK 0.09 0 0.18 0.42
HSL 91.11º 0.11% 0.53% -
HSV(B) 91.11º 0.18% 0.58% -
XYZ 24.25 28.05 22.55 -
YUV 141.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 135 149 122 0.09 0 0.18 0.42 91.11 0.11 0.53
Hex 87 95 7A 9 0 12 2A 5B B 35
Octal 207 225 172 11 0 22 52 133 13 65
Binary 10000111 10010101 1111010 1001 0 10010 101010 1011011 1011 110101

Color Harmonies of #87957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87957A

Black with #87957A

Text Example


Text Example

White with #87957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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