#737F6E

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

Shades of Xanadu #737F6E

Tints of Xanadu #737F6E

Color information

#737F6E (or 0x737F6E) is unknown color: approx Xanadu. HEX triplet: 73, 7F and 6E. RGB value is (115,127,110). Sum of RGB (Red+Green+Blue) = 115+127+110=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 127 - color contains mainly: green. Hex color #737F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737F6E is #8C8091. Grayscale: #797979. Windows color (decimal): -9207954 or 7241587. OLE color: 7241587.

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

Color convert

RGB115127110-
CMYK0.0900.130.50
HSL102.35º7.17%46.47%-
HSV(B)102.35º13.39%49.8%-
XYZ17.4719.9517.68-
YUV121.47121.52123.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=32.67%
G=36.08%
B=31.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151271100.0900.130.50102.357.1746.47
Hex737F6E90D326672e
Octal1631771561101562146756
Binary1110011111111111011101001011011100101100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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