Html Css Color HEX #8A9979 Amulet

📋 copy color: '#8A9979'

red 138 ◦ green 153 ◦ blue 121

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

Shades of Amulet #8A9979

Tints of Amulet #8A9979

RGB

 RED value IS 138 (54.3% from 255) = 33.5%

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

 BLUE value IS 121 (47.66% from 255) = 29.37%

R = 33.5%
G = 37.14%
B = 29.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#8A9979 (or 0x8A9979) is known color: Amulet. HEX triplet: 8A, 99 and 79. RGB value is (138,153,121). Sum of RGB (Red+Green+Blue) = 138+153+121=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9979 is #756686. Grayscale: #909090. Windows color (decimal): -7693959 or 7969162. OLE color: 7969162.

HSL color Cylindrical-coordinate representation of color #8A9979: hue angle of 88.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A9979 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 153 121 -
CMYK 0.10 0 0.21 0.4
HSL 88.13º 0.14% 0.54% -
HSV(B) 88.13º 0.21% 0.6% -
XYZ 25.32 29.57 22.46 -
YUV 144.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 138 153 121 0.10 0 0.21 0.4 88.13 0.14 0.54
Hex 8A 99 79 A 0 15 28 58 E 36
Octal 212 231 171 12 0 25 50 130 16 66
Binary 10001010 10011001 1111001 1010 0 10101 101000 1011000 1110 110110

Color Harmonies of #8A9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9979

Black with #8A9979

Text Example


Text Example

White with #8A9979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,153,121); }

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

background-color css

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

 a { background-color: rgb(138,153,121); }

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

border-color css

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

 span { border-color: rgb(138,153,121); }

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