#799472

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

Shades of Amulet #799472

Tints of Amulet #799472

Color information

#799472 (or 0x799472) is unknown color: approx Amulet. HEX triplet: 79, 94 and 72. RGB value is (121,148,114). Sum of RGB (Red+Green+Blue) = 121+148+114=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #799472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799472 is #866B8D. Grayscale: #888888. Windows color (decimal): -8809358 or 7509113. OLE color: 7509113.

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

Color convert

RGB121148114-
CMYK0.1800.230.42
HSL107.65º13.71%51.37%-
HSV(B)107.65º22.97%58.04%-
XYZ21.5126.4619.89-
YUV136.05115.55117.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=31.59%
G=38.64%
B=29.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211481140.1800.230.42107.6513.7151.37
Hex799472120172A6ce33
Octal17122416222027521541663
Binary11110011001010011100101001001011110101011011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799472; }

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

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

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

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

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

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

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

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