Html Css Color HEX #829878 Amulet

📋 copy color: '#829878'

red 130 ◦ green 152 ◦ blue 120

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

Shades of Amulet #829878

Tints of Amulet #829878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.81%

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

R = 32.34%
G = 37.81%
B = 29.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#829878 (or 0x829878) is known color: Amulet. HEX triplet: 82, 98 and 78. RGB value is (130,152,120). Sum of RGB (Red+Green+Blue) = 130+152+120=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #829878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829878 is #7D6787. Grayscale: #8D8D8D. Windows color (decimal): -8218504 or 7903362. OLE color: 7903362.

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

Color convert

RGB 130 152 120 -
CMYK 0.14 0 0.21 0.40
HSL 101.25º 0.13% 0.53% -
HSV(B) 101.25º 0.21% 0.6% -
XYZ 23.82 28.56 22.03 -
YUV 141.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 130 152 120 0.14 0 0.21 0.40 101.25 0.13 0.53
Hex 82 98 78 E 0 15 28 65 D 35
Octal 202 230 170 16 0 25 50 145 15 65
Binary 10000010 10011000 1111000 1110 0 10101 101000 1100101 1101 110101

Color Harmonies of #829878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829878

Black with #829878

Text Example


Text Example

White with #829878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829878; }

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

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

background-color css

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

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

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

border-color css

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

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

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