#737C6E

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

Shades of Xanadu #737C6E

Tints of Xanadu #737C6E

Color information

#737C6E (or 0x737C6E) is unknown color: approx Xanadu. HEX triplet: 73, 7C and 6E. RGB value is (115,124,110). Sum of RGB (Red+Green+Blue) = 115+124+110=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #737C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737C6E is #8C8391. Grayscale: #777777. Windows color (decimal): -9208722 or 7240819. OLE color: 7240819.

HSL color Cylindrical-coordinate representation of color #737C6E: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #737C6E is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB115124110-
CMYK0.0700.110.51
HSL98.57º5.98%45.88%-
HSV(B)98.57º11.29%48.63%-
XYZ17.0919.1917.55-
YUV119.71122.52124.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=32.95%
G=35.53%
B=31.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151241100.0700.110.5198.575.9845.88
Hex737C6E70B336362e
Octal163174156701363143656
Binary111001111111001101110111010111100111100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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