Html Css Color HEX #87977F Amulet

📋 copy color: '#87977F'

red 135 ◦ green 151 ◦ blue 127

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

Shades of Amulet #87977F

Tints of Amulet #87977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.56%

 BLUE value IS 127 (50% from 255) = 30.75%

R = 32.69%
G = 36.56%
B = 30.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#87977F (or 0x87977F) is known color: Amulet. HEX triplet: 87, 97 and 7F. RGB value is (135,151,127). Sum of RGB (Red+Green+Blue) = 135+151+127=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 151 - color contains mainly: green. Hex color #87977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87977F is #786880. Grayscale: #8F8F8F. Windows color (decimal): -7891073 or 8361863. OLE color: 8361863.

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

Color convert

RGB 135 151 127 -
CMYK 0.11 0 0.16 0.41
HSL 100º 0.1% 0.55% -
HSV(B) 100º 0.16% 0.59% -
XYZ 24.89 28.82 24.33 -
YUV 143.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 135 151 127 0.11 0 0.16 0.41 100 0.1 0.55
Hex 87 97 7F B 0 10 29 64 A 37
Octal 207 227 177 13 0 20 51 144 12 67
Binary 10000111 10010111 1111111 1011 0 10000 101001 1100100 1010 110111

Color Harmonies of #87977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87977F

Black with #87977F

Text Example


Text Example

White with #87977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87977F; }

 p { color: rgb(135,151,127); }

 H1.HeaderClassName
 {
   color: #87977F;
 }
 .AnyTagClassName
 {
   color: #87977F;
 }
</style>

background-color css

<style>
 a { background-color: #87977F; }

 a { background-color: rgb(135,151,127); }

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

border-color css

<style>
 span { border-color: #87977F; }

 span { border-color: rgb(135,151,127); }

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