#7C9773

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

Shades of Amulet #7C9773

Tints of Amulet #7C9773

Color information

#7C9773 (or 0x7C9773) is unknown color: approx Amulet. HEX triplet: 7C, 97 and 73. RGB value is (124,151,115). Sum of RGB (Red+Green+Blue) = 124+151+115=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #7C9773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9773 is #83688C. Grayscale: #8A8A8A. Windows color (decimal): -8611981 or 7575420. OLE color: 7575420.

HSL color Cylindrical-coordinate representation of color #7C9773: hue angle of 105º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C9773 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB124151115-
CMYK0.1800.240.41
HSL105º14.75%52.16%-
HSV(B)105º23.84%59.22%-
XYZ22.4727.6620.37-
YUV138.82114.55117.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.79%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=31.79%
G=38.72%
B=29.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1241511150.1800.240.4110514.7552.16
Hex7C9773120182969f34
Octal17422716322030511511764
Binary11111001001011111100111001001100010100111010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C9773; }

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

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

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

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

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

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

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

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