#799575

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

Shades of Amulet #799575

Tints of Amulet #799575

Color information

#799575 (or 0x799575) is unknown color: approx Amulet. HEX triplet: 79, 95 and 75. RGB value is (121,149,117). Sum of RGB (Red+Green+Blue) = 121+149+117=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #799575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799575 is #866A8A. Grayscale: #898989. Windows color (decimal): -8809099 or 7705977. OLE color: 7705977.

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

Color convert

RGB121149117-
CMYK0.1900.210.42
HSL112.5º13.11%52.16%-
HSV(B)112.5º21.48%58.43%-
XYZ21.8426.8420.86-
YUV136.98116.72116.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=31.27%
G=38.50%
B=30.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211491170.1900.210.42112.513.1152.16
Hex799575130152A70d34
Octal17122516523025521601564
Binary11110011001010111101011001101010110101011100001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799575; }

 p { color: rgb(121,149,117); }

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

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

 a { background-color: rgb(121,149,117); }

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

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

 span { border-color: rgb(121,149,117); }

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