Html Css Color HEX #82977C Amulet

📋 copy color: '#82977C'

red 130 ◦ green 151 ◦ blue 124

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

Shades of Amulet #82977C

Tints of Amulet #82977C

RGB

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

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

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

R = 32.1%
G = 37.28%
B = 30.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#82977C (or 0x82977C) is known color: Amulet. HEX triplet: 82, 97 and 7C. RGB value is (130,151,124). Sum of RGB (Red+Green+Blue) = 130+151+124=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 151 - color contains mainly: green. Hex color #82977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82977C is #7D6883. Grayscale: #8D8D8D. Windows color (decimal): -8218756 or 8165250. OLE color: 8165250.

HSL color Cylindrical-coordinate representation of color #82977C: hue angle of 106.67º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82977C is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 124 -
CMYK 0.14 0 0.18 0.41
HSL 106.67º 0.11% 0.54% -
HSV(B) 106.67º 0.18% 0.59% -
XYZ 23.91 28.33 23.28 -
YUV 141.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 130 151 124 0.14 0 0.18 0.41 106.67 0.11 0.54
Hex 82 97 7C E 0 12 29 6B B 36
Octal 202 227 174 16 0 22 51 153 13 66
Binary 10000010 10010111 1111100 1110 0 10010 101001 1101011 1011 110110

Color Harmonies of #82977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82977C

Black with #82977C

Text Example


Text Example

White with #82977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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