#798274

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

Shades of Xanadu #798274

Tints of Xanadu #798274

Color information

#798274 (or 0x798274) is unknown color: approx Xanadu. HEX triplet: 79, 82 and 74. RGB value is (121,130,116). Sum of RGB (Red+Green+Blue) = 121+130+116=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #798274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798274 is #867D8B. Grayscale: #7D7D7D. Windows color (decimal): -8813964 or 7635577. OLE color: 7635577.

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

Color convert

RGB121130116-
CMYK0.0700.110.49
HSL98.57º5.69%48.24%-
HSV(B)98.57º10.77%50.98%-
XYZ19.0221.2919.63-
YUV125.71122.52124.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=32.97%
G=35.42%
B=31.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211301160.0700.110.4998.575.6948.24
Hex79827470B3163630
Octal171202164701361143660
Binary1111001100000101110100111010111100011100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798274; }

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

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

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

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

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

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

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

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