#798672

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

Shades of Xanadu #798672

Tints of Xanadu #798672

Color information

#798672 (or 0x798672) is unknown color: approx Xanadu. HEX triplet: 79, 86 and 72. RGB value is (121,134,114). Sum of RGB (Red+Green+Blue) = 121+134+114=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 134 - color contains mainly: green. Hex color #798672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798672 is #86798D. Grayscale: #7F7F7F. Windows color (decimal): -8812942 or 7505529. OLE color: 7505529.

HSL color Cylindrical-coordinate representation of color #798672: hue angle of 99º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #798672 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB121134114-
CMYK0.1000.150.47
HSL99º8.06%48.63%-
HSV(B)99º14.93%52.55%-
XYZ19.4522.3319.2-
YUV127.83120.19123.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.79%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=32.79%
G=36.31%
B=30.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211341140.1000.150.47998.0648.63
Hex798672A0F2F63831
Octal17120616212017571431061
Binary111100110000110111001010100111110111111000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798672; }

 p { color: rgb(121,134,114); }

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

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

 a { background-color: rgb(121,134,114); }

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

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

 span { border-color: rgb(121,134,114); }

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