Html Css Color HEX #829E7E Amulet

📋 copy color: '#829E7E'

red 130 ◦ green 158 ◦ blue 126

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

Shades of Amulet #829E7E

Tints of Amulet #829E7E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.16%

 BLUE value IS 126 (49.61% from 255) = 30.43%

R = 31.4%
G = 38.16%
B = 30.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#829E7E (or 0x829E7E) is known color: Amulet. HEX triplet: 82, 9E and 7E. RGB value is (130,158,126). Sum of RGB (Red+Green+Blue) = 130+158+126=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #829E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829E7E is #7D6181. Grayscale: #929292. Windows color (decimal): -8216962 or 8298114. OLE color: 8298114.

HSL color Cylindrical-coordinate representation of color #829E7E: hue angle of 112.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #829E7E is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 158 126 -
CMYK 0.18 0 0.20 0.38
HSL 112.5º 0.14% 0.56% -
HSV(B) 112.5º 0.2% 0.62% -
XYZ 25.2 30.71 24.34 -
YUV 145.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 130 158 126 0.18 0 0.20 0.38 112.5 0.14 0.56
Hex 82 9E 7E 12 0 14 26 70 E 38
Octal 202 236 176 22 0 24 46 160 16 70
Binary 10000010 10011110 1111110 10010 0 10100 100110 1110000 1110 111000

Color Harmonies of #829E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829E7E

Black with #829E7E

Text Example


Text Example

White with #829E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,158,126); }

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

background-color css

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

 a { background-color: rgb(130,158,126); }

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

border-color css

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

 span { border-color: rgb(130,158,126); }

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