#839977

Color #839977 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #839977

Tints of Amulet #839977

Color information

#839977 (or 0x839977) is unknown color: approx Amulet. HEX triplet: 83, 99 and 77. RGB value is (131,153,119). Sum of RGB (Red+Green+Blue) = 131+153+119=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #839977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839977 is #7C6688. Grayscale: #8E8E8E. Windows color (decimal): -8152713 or 7838083. OLE color: 7838083.

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

Color convert

RGB131153119-
CMYK0.1400.220.4
HSL98.82º14.29%53.33%-
HSV(B)98.82º22.22%60%-
XYZ24.0828.9421.77-
YUV142.55114.71119.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=32.51%
G=37.97%
B=29.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531190.1400.220.498.8214.2953.33
Hex839977E0162863e35
Octal20323116716026501431665
Binary10000011100110011110111111001011010100011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839977; }

 p { color: rgb(131,153,119); }

 H1.HeaderClassName
 {
   color: #839977;
 }
 .AnyTagClassName
 {
   color: #839977;
 }
</style>
background-color css

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

 a { background-color: rgb(131,153,119); }

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

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

 span { border-color: rgb(131,153,119); }

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