#799372

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

Shades of Amulet #799372

Tints of Amulet #799372

Color information

#799372 (or 0x799372) is unknown color: approx Amulet. HEX triplet: 79, 93 and 72. RGB value is (121,147,114). Sum of RGB (Red+Green+Blue) = 121+147+114=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #799372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799372 is #866C8D. Grayscale: #878787. Windows color (decimal): -8809614 or 7508857. OLE color: 7508857.

HSL color Cylindrical-coordinate representation of color #799372: hue angle of 107.27º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799372 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB121147114-
CMYK0.1800.220.42
HSL107.27º13.25%51.18%-
HSV(B)107.27º22.45%57.65%-
XYZ21.3626.1519.84-
YUV135.46115.89117.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=31.68%
G=38.48%
B=29.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211471140.1800.220.42107.2713.2551.18
Hex799372120162A6bd33
Octal17122316222026521531563
Binary11110011001001111100101001001011010101011010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799372; }

 p { color: rgb(121,147,114); }

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

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

 a { background-color: rgb(121,147,114); }

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

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

 span { border-color: rgb(121,147,114); }

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