Html Css Color HEX #8C997F Amulet

📋 copy color: '#8C997F'

red 140 ◦ green 153 ◦ blue 127

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

Shades of Amulet #8C997F

Tints of Amulet #8C997F

RGB

 RED value IS 140 (55.08% from 255) = 33.33%

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

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

R = 33.33%
G = 36.43%
B = 30.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#8C997F (or 0x8C997F) is known color: Amulet. HEX triplet: 8C, 99 and 7F. RGB value is (140,153,127). Sum of RGB (Red+Green+Blue) = 140+153+127=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #8C997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C997F is #736680. Grayscale: #929292. Windows color (decimal): -7562881 or 8362380. OLE color: 8362380.

HSL color Cylindrical-coordinate representation of color #8C997F: hue angle of 90º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C997F is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 127 -
CMYK 0.08 0 0.17 0.4
HSL 90º 0.11% 0.55% -
HSV(B) 90º 0.17% 0.6% -
XYZ 26.04 29.89 24.48 -
YUV 146.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 140 153 127 0.08 0 0.17 0.4 90 0.11 0.55
Hex 8C 99 7F 8 0 11 28 5A B 37
Octal 214 231 177 10 0 21 50 132 13 67
Binary 10001100 10011001 1111111 1000 0 10001 101000 1011010 1011 110111

Color Harmonies of #8C997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C997F

Black with #8C997F

Text Example


Text Example

White with #8C997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C997F; }

 p { color: rgb(140,153,127); }

 H1.HeaderClassName
 {
   color: #8C997F;
 }
 .AnyTagClassName
 {
   color: #8C997F;
 }
</style>

background-color css

<style>
 a { background-color: #8C997F; }

 a { background-color: rgb(140,153,127); }

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

border-color css

<style>
 span { border-color: #8C997F; }

 span { border-color: rgb(140,153,127); }

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