Html Css Color HEX #829774 Amulet

📋 copy color: '#829774'

red 130 ◦ green 151 ◦ blue 116

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

Shades of Amulet #829774

Tints of Amulet #829774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 32.75%
G = 38.04%
B = 29.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#829774 (or 0x829774) is known color: Amulet. HEX triplet: 82, 97 and 74. RGB value is (130,151,116). Sum of RGB (Red+Green+Blue) = 130+151+116=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #829774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829774 is #7D688B. Grayscale: #8C8C8C. Windows color (decimal): -8218764 or 7640962. OLE color: 7640962.

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

Color convert

RGB 130 151 116 -
CMYK 0.14 0 0.23 0.41
HSL 96º 0.14% 0.52% -
HSV(B) 96º 0.23% 0.59% -
XYZ 23.42 28.14 20.72 -
YUV 140.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 130 151 116 0.14 0 0.23 0.41 96 0.14 0.52
Hex 82 97 74 E 0 17 29 60 E 34
Octal 202 227 164 16 0 27 51 140 16 64
Binary 10000010 10010111 1110100 1110 0 10111 101001 1100000 1110 110100

Color Harmonies of #829774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829774

Black with #829774

Text Example


Text Example

White with #829774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829774; }

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

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

background-color css

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

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

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

border-color css

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

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

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