#747973

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

Shades of Xanadu #747973

Tints of Xanadu #747973

Color information

#747973 (or 0x747973) is unknown color: approx Xanadu. HEX triplet: 74, 79 and 73. RGB value is (116,121,115). Sum of RGB (Red+Green+Blue) = 116+121+115=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 121 - color contains mainly: green. Hex color #747973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747973 is #8B868C. Grayscale: #767676. Windows color (decimal): -9143949 or 7567732. OLE color: 7567732.

HSL color Cylindrical-coordinate representation of color #747973: hue angle of 110º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #747973 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB116121115-
CMYK0.0400.050.53
HSL110º2.54%46.27%-
HSV(B)110º4.96%47.45%-
XYZ17.1318.6318.91-
YUV118.82125.84125.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=32.95%
G=34.38%
B=32.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161211150.0400.050.531102.5446.27
Hex747973405356e32e
Octal16417116340565156356
Binary1110100111100111100111000101110101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747973; }

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

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

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

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

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

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

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

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