Html Css Color HEX #8C9980 Amulet

📋 copy color: '#8C9980'

red 140 ◦ green 153 ◦ blue 128

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

Shades of Amulet #8C9980

Tints of Amulet #8C9980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 33.25%
G = 36.34%
B = 30.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#8C9980 (or 0x8C9980) is known color: Amulet. HEX triplet: 8C, 99 and 80. RGB value is (140,153,128). Sum of RGB (Red+Green+Blue) = 140+153+128=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9980 is #73667F. Grayscale: #929292. Windows color (decimal): -7562880 or 8427916. OLE color: 8427916.

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

Color convert

RGB 140 153 128 -
CMYK 0.08 0 0.16 0.4
HSL 91.2º 0.11% 0.55% -
HSV(B) 91.2º 0.16% 0.6% -
XYZ 26.1 29.92 24.82 -
YUV 146.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 140 153 128 0.08 0 0.16 0.4 91.2 0.11 0.55
Hex 8C 99 80 8 0 10 28 5B B 37
Octal 214 231 200 10 0 20 50 133 13 67
Binary 10001100 10011001 10000000 1000 0 10000 101000 1011011 1011 110111

Color Harmonies of #8C9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9980

Black with #8C9980

Text Example


Text Example

White with #8C9980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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