#798373

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

Shades of Xanadu #798373

Tints of Xanadu #798373

Color information

#798373 (or 0x798373) is unknown color: approx Xanadu. HEX triplet: 79, 83 and 73. RGB value is (121,131,115). Sum of RGB (Red+Green+Blue) = 121+131+115=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 131 - color contains mainly: green. Hex color #798373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798373 is #867C8C. Grayscale: #7E7E7E. Windows color (decimal): -8813709 or 7570297. OLE color: 7570297.

HSL color Cylindrical-coordinate representation of color #798373: hue angle of 97.5º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798373 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB121131115-
CMYK0.0800.120.49
HSL97.5º6.5%48.24%-
HSV(B)97.5º12.21%51.37%-
XYZ19.121.5419.37-
YUV126.19121.69124.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 115 (45.31% from 255) = 31.34%
R=32.97%
G=35.69%
B=31.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211311150.0800.120.4997.56.548.24
Hex79837380C3162730
Octal1712031631001461142760
Binary11110011000001111100111000011001100011100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798373; }

 p { color: rgb(121,131,115); }

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

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

 a { background-color: rgb(121,131,115); }

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

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

 span { border-color: rgb(121,131,115); }

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