#747673

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

Shades of Xanadu #747673

Tints of Xanadu #747673

Color information

#747673 (or 0x747673) is unknown color: approx Xanadu. HEX triplet: 74, 76 and 73. RGB value is (116,118,115). Sum of RGB (Red+Green+Blue) = 116+118+115=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 118 - color contains mainly: green. Hex color #747673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747673 is #8B898C. Grayscale: #757575. Windows color (decimal): -9144717 or 7566964. OLE color: 7566964.

HSL color Cylindrical-coordinate representation of color #747673: hue angle of 100º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747673 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB116118115-
CMYK0.0200.030.54
HSL100º1.29%45.69%-
HSV(B)100º2.54%46.27%-
XYZ16.7817.9118.79-
YUV117.06126.84127.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=33.24%
G=33.81%
B=32.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161181150.0200.030.541001.2945.69
Hex747673203366412e
Octal16416616320366144156
Binary1110100111011011100111001111011011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747673; }

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

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

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

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

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

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

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

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