#738770

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

Shades of Xanadu #738770

Tints of Xanadu #738770

Color information

#738770 (or 0x738770) is unknown color: approx Xanadu. HEX triplet: 73, 87 and 70. RGB value is (115,135,112). Sum of RGB (Red+Green+Blue) = 115+135+112=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #738770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738770 is #8C788F. Grayscale: #7E7E7E. Windows color (decimal): -9205904 or 7374707. OLE color: 7374707.

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

Color convert

RGB115135112-
CMYK0.1500.170.47
HSL112.17º9.31%48.43%-
HSV(B)112.17º17.04%52.94%-
XYZ18.6622.1418.62-
YUV126.4119.87119.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=31.77%
G=37.29%
B=30.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151351120.1500.170.47112.179.3148.43
Hex738770F0112F70930
Octal16320716017021571601160
Binary1110011100001111110000111101000110111111100001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738770; }

 p { color: rgb(115,135,112); }

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

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

 a { background-color: rgb(115,135,112); }

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

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

 span { border-color: rgb(115,135,112); }

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