#738668

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

Shades of Xanadu #738668

Tints of Xanadu #738668

Color information

#738668 (or 0x738668) is unknown color: approx Xanadu. HEX triplet: 73, 86 and 68. RGB value is (115,134,104). Sum of RGB (Red+Green+Blue) = 115+134+104=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #738668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738668 is #8C7997. Grayscale: #7D7D7D. Windows color (decimal): -9206168 or 6850163. OLE color: 6850163.

HSL color Cylindrical-coordinate representation of color #738668: hue angle of 98º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738668 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB115134104-
CMYK0.1400.220.47
HSL98º12.61%46.67%-
HSV(B)98º22.39%52.55%-
XYZ18.0921.6916.33-
YUV124.9116.21120.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.58%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=32.58%
G=37.96%
B=29.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341040.1400.220.479812.6146.67
Hex738668E0162F62d2f
Octal16320615016026571421557
Binary1110011100001101101000111001011010111111000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738668; }

 p { color: rgb(115,134,104); }

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

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

 a { background-color: rgb(115,134,104); }

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

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

 span { border-color: rgb(115,134,104); }

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