Html Css Color HEX #829979 Amulet

📋 copy color: '#829979'

red 130 ◦ green 153 ◦ blue 121

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

Shades of Amulet #829979

Tints of Amulet #829979

RGB

 RED value IS 130 (51.17% from 255) = 32.18%

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

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

R = 32.18%
G = 37.87%
B = 29.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#829979 (or 0x829979) is known color: Amulet. HEX triplet: 82, 99 and 79. RGB value is (130,153,121). Sum of RGB (Red+Green+Blue) = 130+153+121=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #829979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829979 is #7D6686. Grayscale: #8E8E8E. Windows color (decimal): -8218247 or 7969154. OLE color: 7969154.

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

Color convert

RGB 130 153 121 -
CMYK 0.15 0 0.21 0.4
HSL 103.13º 0.14% 0.54% -
HSV(B) 103.13º 0.21% 0.6% -
XYZ 24.05 28.91 22.4 -
YUV 142.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 130 153 121 0.15 0 0.21 0.4 103.13 0.14 0.54
Hex 82 99 79 F 0 15 28 67 E 36
Octal 202 231 171 17 0 25 50 147 16 66
Binary 10000010 10011001 1111001 1111 0 10101 101000 1100111 1110 110110

Color Harmonies of #829979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829979

Black with #829979

Text Example


Text Example

White with #829979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829979; }

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

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

background-color css

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

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

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

border-color css

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

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

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