Html Css Color HEX #829778 Amulet

📋 copy color: '#829778'

red 130 ◦ green 151 ◦ blue 120

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

Shades of Amulet #829778

Tints of Amulet #829778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.93%

R = 32.42%
G = 37.66%
B = 29.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#829778 (or 0x829778) is known color: Amulet. HEX triplet: 82, 97 and 78. RGB value is (130,151,120). Sum of RGB (Red+Green+Blue) = 130+151+120=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #829778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829778 is #7D6887. Grayscale: #8D8D8D. Windows color (decimal): -8218760 or 7903106. OLE color: 7903106.

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

Color convert

RGB 130 151 120 -
CMYK 0.14 0 0.21 0.41
HSL 100.65º 0.13% 0.53% -
HSV(B) 100.65º 0.21% 0.59% -
XYZ 23.66 28.24 21.97 -
YUV 141.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 130 151 120 0.14 0 0.21 0.41 100.65 0.13 0.53
Hex 82 97 78 E 0 15 29 65 D 35
Octal 202 227 170 16 0 25 51 145 15 65
Binary 10000010 10010111 1111000 1110 0 10101 101001 1100101 1101 110101

Color Harmonies of #829778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829778

Black with #829778

Text Example


Text Example

White with #829778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829778; }

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

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

background-color css

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

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

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

border-color css

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

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

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