Html Css Color HEX #829C80 Amulet

📋 copy color: '#829C80'

red 130 ◦ green 156 ◦ blue 128

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

Shades of Amulet #829C80

Tints of Amulet #829C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.68%

 BLUE value IS 128 (50.39% from 255) = 30.92%

R = 31.4%
G = 37.68%
B = 30.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#829C80 (or 0x829C80) is known color: Amulet. HEX triplet: 82, 9C and 80. RGB value is (130,156,128). Sum of RGB (Red+Green+Blue) = 130+156+128=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #829C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829C80 is #7D637F. Grayscale: #919191. Windows color (decimal): -8217472 or 8428674. OLE color: 8428674.

HSL color Cylindrical-coordinate representation of color #829C80: hue angle of 115.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829C80 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 156 128 -
CMYK 0.17 0 0.18 0.39
HSL 115.71º 0.12% 0.56% -
HSV(B) 115.71º 0.18% 0.61% -
XYZ 24.99 30.08 24.91 -
YUV 145.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 130 156 128 0.17 0 0.18 0.39 115.71 0.12 0.56
Hex 82 9C 80 11 0 12 27 74 C 38
Octal 202 234 200 21 0 22 47 164 14 70
Binary 10000010 10011100 10000000 10001 0 10010 100111 1110100 1100 111000

Color Harmonies of #829C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829C80

Black with #829C80

Text Example


Text Example

White with #829C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829C80; }

 p { color: rgb(130,156,128); }

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

background-color css

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

 a { background-color: rgb(130,156,128); }

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

border-color css

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

 span { border-color: rgb(130,156,128); }

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