#737F71

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

Shades of Xanadu #737F71

Tints of Xanadu #737F71

Color information

#737F71 (or 0x737F71) is unknown color: approx Xanadu. HEX triplet: 73, 7F and 71. RGB value is (115,127,113). Sum of RGB (Red+Green+Blue) = 115+127+113=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 127 - color contains mainly: green. Hex color #737F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737F71 is #8C808E. Grayscale: #797979. Windows color (decimal): -9207951 or 7438195. OLE color: 7438195.

HSL color Cylindrical-coordinate representation of color #737F71: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #737F71 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB115127113-
CMYK0.0900.110.50
HSL111.43º5.83%47.06%-
HSV(B)111.43º11.02%49.8%-
XYZ17.6420.0218.56-
YUV121.82123.02123.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.39%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=32.39%
G=35.77%
B=31.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151271130.0900.110.50111.435.8347.06
Hex737F7190B326f62f
Octal1631771611101362157657
Binary1110011111111111100011001010111100101101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737F71; }

 p { color: rgb(115,127,113); }

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

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

 a { background-color: rgb(115,127,113); }

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

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

 span { border-color: rgb(115,127,113); }

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