#839C7A

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

Shades of Amulet #839C7A

Tints of Amulet #839C7A

Color information

#839C7A (or 0x839C7A) is unknown color: approx Amulet. HEX triplet: 83, 9C and 7A. RGB value is (131,156,122). Sum of RGB (Red+Green+Blue) = 131+156+122=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #839C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839C7A is #7C6385. Grayscale: #909090. Windows color (decimal): -8151942 or 8035459. OLE color: 8035459.

HSL color Cylindrical-coordinate representation of color #839C7A: hue angle of 104.12º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #839C7A is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB131156122-
CMYK0.1600.220.39
HSL104.12º14.66%54.51%-
HSV(B)104.12º21.79%61.18%-
XYZ24.7630.0122.9-
YUV144.65115.22118.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=32.03%
G=38.14%
B=29.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311561220.1600.220.39104.1214.6654.51
Hex839C7A100162768f37
Octal20323417220026471501767
Binary100000111001110011110101000001011010011111010001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839C7A; }

 p { color: rgb(131,156,122); }

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

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

 a { background-color: rgb(131,156,122); }

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

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

 span { border-color: rgb(131,156,122); }

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