Html Css Color HEX #87997A Amulet

📋 copy color: '#87997A'

red 135 ◦ green 153 ◦ blue 122

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

Shades of Amulet #87997A

Tints of Amulet #87997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.32%

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

R = 32.93%
G = 37.32%
B = 29.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#87997A (or 0x87997A) is known color: Amulet. HEX triplet: 87, 99 and 7A. RGB value is (135,153,122). Sum of RGB (Red+Green+Blue) = 135+153+122=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #87997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87997A is #786685. Grayscale: #909090. Windows color (decimal): -7890566 or 8034695. OLE color: 8034695.

HSL color Cylindrical-coordinate representation of color #87997A: hue angle of 94.84º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87997A is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 153 122 -
CMYK 0.12 0 0.20 0.4
HSL 94.84º 0.13% 0.54% -
HSV(B) 94.84º 0.2% 0.6% -
XYZ 24.9 29.34 22.76 -
YUV 144.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 135 153 122 0.12 0 0.20 0.4 94.84 0.13 0.54
Hex 87 99 7A C 0 14 28 5F D 36
Octal 207 231 172 14 0 24 50 137 15 66
Binary 10000111 10011001 1111010 1100 0 10100 101000 1011111 1101 110110

Color Harmonies of #87997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87997A

Black with #87997A

Text Example


Text Example

White with #87997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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