Html Css Color HEX #829771 Amulet

📋 copy color: '#829771'

red 130 ◦ green 151 ◦ blue 113

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

Shades of Amulet #829771

Tints of Amulet #829771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.32%

 BLUE value IS 113 (44.53% from 255) = 28.68%

R = 32.99%
G = 38.32%
B = 28.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#829771 (or 0x829771) is known color: Amulet. HEX triplet: 82, 97 and 71. RGB value is (130,151,113). Sum of RGB (Red+Green+Blue) = 130+151+113=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #829771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829771 is #7D688E. Grayscale: #8C8C8C. Windows color (decimal): -8218767 or 7444354. OLE color: 7444354.

HSL color Cylindrical-coordinate representation of color #829771: hue angle of 93.16º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #829771 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 113 -
CMYK 0.14 0 0.25 0.41
HSL 93.16º 0.15% 0.52% -
HSV(B) 93.16º 0.25% 0.59% -
XYZ 23.25 28.07 19.82 -
YUV 140.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 130 151 113 0.14 0 0.25 0.41 93.16 0.15 0.52
Hex 82 97 71 E 0 19 29 5D F 34
Octal 202 227 161 16 0 31 51 135 17 64
Binary 10000010 10010111 1110001 1110 0 11001 101001 1011101 1111 110100

Color Harmonies of #829771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829771

Black with #829771

Text Example


Text Example

White with #829771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829771; }

 p { color: rgb(130,151,113); }

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

background-color css

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

 a { background-color: rgb(130,151,113); }

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

border-color css

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

 span { border-color: rgb(130,151,113); }

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