Html Css Color HEX #829675 Amulet

📋 copy color: '#829675'

red 130 ◦ green 150 ◦ blue 117

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

Shades of Amulet #829675

Tints of Amulet #829675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.78%

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 32.75%
G = 37.78%
B = 29.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#829675 (or 0x829675) is known color: Amulet. HEX triplet: 82, 96 and 75. RGB value is (130,150,117). Sum of RGB (Red+Green+Blue) = 130+150+117=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #829675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829675 is #7D698A. Grayscale: #8C8C8C. Windows color (decimal): -8219019 or 7706242. OLE color: 7706242.

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

Color convert

RGB 130 150 117 -
CMYK 0.13 0 0.22 0.41
HSL 96.36º 0.14% 0.52% -
HSV(B) 96.36º 0.22% 0.59% -
XYZ 23.32 27.84 20.97 -
YUV 140.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 130 150 117 0.13 0 0.22 0.41 96.36 0.14 0.52
Hex 82 96 75 D 0 16 29 60 E 34
Octal 202 226 165 15 0 26 51 140 16 64
Binary 10000010 10010110 1110101 1101 0 10110 101001 1100000 1110 110100

Color Harmonies of #829675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829675

Black with #829675

Text Example


Text Example

White with #829675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829675; }

 p { color: rgb(130,150,117); }

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

background-color css

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

 a { background-color: rgb(130,150,117); }

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

border-color css

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

 span { border-color: rgb(130,150,117); }

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