#798174

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

Shades of Xanadu #798174

Tints of Xanadu #798174

Color information

#798174 (or 0x798174) is unknown color: approx Xanadu. HEX triplet: 79, 81 and 74. RGB value is (121,129,116). Sum of RGB (Red+Green+Blue) = 121+129+116=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 129 - color contains mainly: green. Hex color #798174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798174 is #867E8B. Grayscale: #7D7D7D. Windows color (decimal): -8814220 or 7635321. OLE color: 7635321.

HSL color Cylindrical-coordinate representation of color #798174: hue angle of 96.92º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #798174 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB121129116-
CMYK0.0600.100.49
HSL96.92º5.31%48.04%-
HSV(B)96.92º10.08%50.59%-
XYZ18.8921.0319.59-
YUV125.13122.85125.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.06%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=33.06%
G=35.25%
B=31.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211291160.0600.100.4996.925.3148.04
Hex79817460A3161530
Octal171201164601261141560
Binary1111001100000011110100110010101100011100001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798174; }

 p { color: rgb(121,129,116); }

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

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

 a { background-color: rgb(121,129,116); }

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

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

 span { border-color: rgb(121,129,116); }

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