Html Css Color HEX #83987C Amulet

📋 copy color: '#83987C'

red 131 ◦ green 152 ◦ blue 124

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

Shades of Amulet #83987C

Tints of Amulet #83987C

RGB

 RED value IS 131 (51.56% from 255) = 32.19%

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

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

R = 32.19%
G = 37.35%
B = 30.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#83987C (or 0x83987C) is known color: Amulet. HEX triplet: 83, 98 and 7C. RGB value is (131,152,124). Sum of RGB (Red+Green+Blue) = 131+152+124=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #83987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83987C is #7C6783. Grayscale: #8E8E8E. Windows color (decimal): -8152964 or 8165507. OLE color: 8165507.

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

Color convert

RGB 131 152 124 -
CMYK 0.14 0 0.18 0.40
HSL 105º 0.12% 0.54% -
HSV(B) 105º 0.18% 0.6% -
XYZ 24.23 28.74 23.34 -
YUV 142.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 131 152 124 0.14 0 0.18 0.40 105 0.12 0.54
Hex 83 98 7C E 0 12 28 69 C 36
Octal 203 230 174 16 0 22 50 151 14 66
Binary 10000011 10011000 1111100 1110 0 10010 101000 1101001 1100 110110

Color Harmonies of #83987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83987C

Black with #83987C

Text Example


Text Example

White with #83987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,152,124); }

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

background-color css

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

 a { background-color: rgb(131,152,124); }

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

border-color css

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

 span { border-color: rgb(131,152,124); }

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