Html Css Color HEX #82957C Amulet

📋 copy color: '#82957C'

red 130 ◦ green 149 ◦ blue 124

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

Shades of Amulet #82957C

Tints of Amulet #82957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

 BLUE value IS 124 (48.83% from 255) = 30.77%

R = 32.26%
G = 36.97%
B = 30.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#82957C (or 0x82957C) is known color: Amulet. HEX triplet: 82, 95 and 7C. RGB value is (130,149,124). Sum of RGB (Red+Green+Blue) = 130+149+124=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #82957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82957C is #7D6A83. Grayscale: #8C8C8C. Windows color (decimal): -8219268 or 8164738. OLE color: 8164738.

HSL color Cylindrical-coordinate representation of color #82957C: hue angle of 105.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82957C is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 124 -
CMYK 0.13 0 0.17 0.42
HSL 105.6º 0.11% 0.54% -
HSV(B) 105.6º 0.17% 0.58% -
XYZ 23.59 27.7 23.17 -
YUV 140.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 130 149 124 0.13 0 0.17 0.42 105.6 0.11 0.54
Hex 82 95 7C D 0 11 2A 6A B 36
Octal 202 225 174 15 0 21 52 152 13 66
Binary 10000010 10010101 1111100 1101 0 10001 101010 1101010 1011 110110

Color Harmonies of #82957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82957C

Black with #82957C

Text Example


Text Example

White with #82957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82957C; }

 p { color: rgb(130,149,124); }

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

background-color css

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

 a { background-color: rgb(130,149,124); }

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

border-color css

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

 span { border-color: rgb(130,149,124); }

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