Html Css Color HEX #86977C Amulet

📋 copy color: '#86977C'

red 134 ◦ green 151 ◦ blue 124

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

Shades of Amulet #86977C

Tints of Amulet #86977C

RGB

 RED value IS 134 (52.73% from 255) = 32.76%

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

 BLUE value IS 124 (48.83% from 255) = 30.32%

R = 32.76%
G = 36.92%
B = 30.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#86977C (or 0x86977C) is known color: Amulet. HEX triplet: 86, 97 and 7C. RGB value is (134,151,124). Sum of RGB (Red+Green+Blue) = 134+151+124=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 151 - color contains mainly: green. Hex color #86977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86977C is #796883. Grayscale: #8E8E8E. Windows color (decimal): -7956612 or 8165254. OLE color: 8165254.

HSL color Cylindrical-coordinate representation of color #86977C: hue angle of 97.78º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86977C is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 151 124 -
CMYK 0.11 0 0.18 0.41
HSL 97.78º 0.11% 0.54% -
HSV(B) 97.78º 0.18% 0.59% -
XYZ 24.54 28.66 23.31 -
YUV 142.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 134 151 124 0.11 0 0.18 0.41 97.78 0.11 0.54
Hex 86 97 7C B 0 12 29 62 B 36
Octal 206 227 174 13 0 22 51 142 13 66
Binary 10000110 10010111 1111100 1011 0 10010 101001 1100010 1011 110110

Color Harmonies of #86977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86977C

Black with #86977C

Text Example


Text Example

White with #86977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86977C; }

 p { color: rgb(134,151,124); }

 H1.HeaderClassName
 {
   color: #86977C;
 }
 .AnyTagClassName
 {
   color: #86977C;
 }
</style>

background-color css

<style>
 a { background-color: #86977C; }

 a { background-color: rgb(134,151,124); }

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

border-color css

<style>
 span { border-color: #86977C; }

 span { border-color: rgb(134,151,124); }

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