Html Css Color HEX #829576 Amulet

📋 copy color: '#829576'

red 130 ◦ green 149 ◦ blue 118

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

Shades of Amulet #829576

Tints of Amulet #829576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.53%

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 32.75%
G = 37.53%
B = 29.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#829576 (or 0x829576) is known color: Amulet. HEX triplet: 82, 95 and 76. RGB value is (130,149,118). Sum of RGB (Red+Green+Blue) = 130+149+118=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #829576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829576 is #7D6A89. Grayscale: #8B8B8B. Windows color (decimal): -8219274 or 7771522. OLE color: 7771522.

HSL color Cylindrical-coordinate representation of color #829576: hue angle of 96.77º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #829576 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 118 -
CMYK 0.13 0 0.21 0.42
HSL 96.77º 0.13% 0.52% -
HSV(B) 96.77º 0.21% 0.58% -
XYZ 23.22 27.55 21.23 -
YUV 139.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 130 149 118 0.13 0 0.21 0.42 96.77 0.13 0.52
Hex 82 95 76 D 0 15 2A 61 D 34
Octal 202 225 166 15 0 25 52 141 15 64
Binary 10000010 10010101 1110110 1101 0 10101 101010 1100001 1101 110100

Color Harmonies of #829576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829576

Black with #829576

Text Example


Text Example

White with #829576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829576; }

 p { color: rgb(130,149,118); }

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

background-color css

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

 a { background-color: rgb(130,149,118); }

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

border-color css

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

 span { border-color: rgb(130,149,118); }

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