Html Css Color HEX #819979 Amulet

📋 copy color: '#819979'

red 129 ◦ green 153 ◦ blue 121

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

Shades of Amulet #819979

Tints of Amulet #819979

RGB

 RED value IS 129 (50.78% from 255) = 32.01%

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

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

R = 32.01%
G = 37.97%
B = 30.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#819979 (or 0x819979) is known color: Amulet. HEX triplet: 81, 99 and 79. RGB value is (129,153,121). Sum of RGB (Red+Green+Blue) = 129+153+121=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #819979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819979 is #7E6686. Grayscale: #8E8E8E. Windows color (decimal): -8283783 or 7969153. OLE color: 7969153.

HSL color Cylindrical-coordinate representation of color #819979: hue angle of 105º 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 #819979 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 153 121 -
CMYK 0.16 0 0.21 0.4
HSL 105º 0.14% 0.54% -
HSV(B) 105º 0.21% 0.6% -
XYZ 23.9 28.83 22.39 -
YUV 142.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 129 153 121 0.16 0 0.21 0.4 105 0.14 0.54
Hex 81 99 79 10 0 15 28 69 E 36
Octal 201 231 171 20 0 25 50 151 16 66
Binary 10000001 10011001 1111001 10000 0 10101 101000 1101001 1110 110110

Color Harmonies of #819979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819979

Black with #819979

Text Example


Text Example

White with #819979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819979; }

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

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

background-color css

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

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

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

border-color css

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

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

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