Html Css Color HEX #829977 Amulet

📋 copy color: '#829977'

red 130 ◦ green 153 ◦ blue 119

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

Shades of Amulet #829977

Tints of Amulet #829977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.6%

R = 32.34%
G = 38.06%
B = 29.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#829977 (or 0x829977) is known color: Amulet. HEX triplet: 82, 99 and 77. RGB value is (130,153,119). Sum of RGB (Red+Green+Blue) = 130+153+119=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #829977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829977 is #7D6688. Grayscale: #8E8E8E. Windows color (decimal): -8218249 or 7838082. OLE color: 7838082.

HSL color Cylindrical-coordinate representation of color #829977: hue angle of 100.59º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #829977 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 119 -
CMYK 0.15 0 0.22 0.4
HSL 100.59º 0.14% 0.53% -
HSV(B) 100.59º 0.22% 0.6% -
XYZ 23.93 28.86 21.76 -
YUV 142.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 130 153 119 0.15 0 0.22 0.4 100.59 0.14 0.53
Hex 82 99 77 F 0 16 28 65 E 35
Octal 202 231 167 17 0 26 50 145 16 65
Binary 10000010 10011001 1110111 1111 0 10110 101000 1100101 1110 110101

Color Harmonies of #829977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829977

Black with #829977

Text Example


Text Example

White with #829977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829977; }

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

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

background-color css

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

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

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

border-color css

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

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

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