#737572

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

Shades of Xanadu #737572

Tints of Xanadu #737572

Color information

#737572 (or 0x737572) is unknown color: approx Xanadu. HEX triplet: 73, 75 and 72. RGB value is (115,117,114). Sum of RGB (Red+Green+Blue) = 115+117+114=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 117 - color contains mainly: green. Hex color #737572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737572 is #8C8A8D. Grayscale: #747474. Windows color (decimal): -9210510 or 7501171. OLE color: 7501171.

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

Color convert

RGB115117114-
CMYK0.0200.030.54
HSL100º1.3%45.29%-
HSV(B)100º2.56%45.88%-
XYZ16.4717.5818.45-
YUV116.06126.84127.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.24%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=33.24%
G=33.82%
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
Decimal1151171140.0200.030.541001.345.29
Hex737572203366412d
Octal16316516220366144155
Binary1110011111010111100101001111011011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737572; }

 p { color: rgb(115,117,114); }

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

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

 a { background-color: rgb(115,117,114); }

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

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

 span { border-color: rgb(115,117,114); }

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