#789472

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

Shades of Amulet #789472

Tints of Amulet #789472

Color information

#789472 (or 0x789472) is unknown color: approx Amulet. HEX triplet: 78, 94 and 72. RGB value is (120,148,114). Sum of RGB (Red+Green+Blue) = 120+148+114=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 148 - color contains mainly: green. Hex color #789472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789472 is #876B8D. Grayscale: #878787. Windows color (decimal): -8874894 or 7509112. OLE color: 7509112.

HSL color Cylindrical-coordinate representation of color #789472: hue angle of 109.41º 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 #789472 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB120148114-
CMYK0.1900.230.42
HSL109.41º13.71%51.37%-
HSV(B)109.41º22.97%58.04%-
XYZ21.3726.3919.89-
YUV135.75115.72116.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 148 (58.20% from 255) = 38.74%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=31.41%
G=38.74%
B=29.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201481140.1900.230.42109.4113.7151.37
Hex789472130172A6de33
Octal17022416223027521551663
Binary11110001001010011100101001101011110101011011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789472; }

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

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

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

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

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

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

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

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