Html Css Color HEX #87957B Amulet

📋 copy color: '#87957B'

red 135 ◦ green 149 ◦ blue 123

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

Shades of Amulet #87957B

Tints of Amulet #87957B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 33.17%
G = 36.61%
B = 30.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#87957B (or 0x87957B) is known color: Amulet. HEX triplet: 87, 95 and 7B. RGB value is (135,149,123). Sum of RGB (Red+Green+Blue) = 135+149+123=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #87957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87957B is #786A84. Grayscale: #8D8D8D. Windows color (decimal): -7891589 or 8099207. OLE color: 8099207.

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

Color convert

RGB 135 149 123 -
CMYK 0.09 0 0.17 0.42
HSL 92.31º 0.11% 0.53% -
HSV(B) 92.31º 0.17% 0.58% -
XYZ 24.31 28.08 22.88 -
YUV 141.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 135 149 123 0.09 0 0.17 0.42 92.31 0.11 0.53
Hex 87 95 7B 9 0 11 2A 5C B 35
Octal 207 225 173 11 0 21 52 134 13 65
Binary 10000111 10010101 1111011 1001 0 10001 101010 1011100 1011 110101

Color Harmonies of #87957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87957B

Black with #87957B

Text Example


Text Example

White with #87957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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