#737D70

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

Shades of Xanadu #737D70

Tints of Xanadu #737D70

Color information

#737D70 (or 0x737D70) is unknown color: approx Xanadu. HEX triplet: 73, 7D and 70. RGB value is (115,125,112). Sum of RGB (Red+Green+Blue) = 115+125+112=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 125 - color contains mainly: green. Hex color #737D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737D70 is #8C828F. Grayscale: #787878. Windows color (decimal): -9208464 or 7372147. OLE color: 7372147.

HSL color Cylindrical-coordinate representation of color #737D70: hue angle of 106.15º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #737D70 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB115125112-
CMYK0.0800.100.51
HSL106.15º5.49%46.47%-
HSV(B)106.15º10.4%49.02%-
XYZ17.3319.4818.18-
YUV120.53123.19124.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=32.67%
G=35.51%
B=31.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151251120.0800.100.51106.155.4946.47
Hex737D7080A336a52e
Octal1631751601001263152556
Binary1110011111110111100001000010101100111101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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