#737872

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

Shades of Xanadu #737872

Tints of Xanadu #737872

Color information

#737872 (or 0x737872) is unknown color: approx Xanadu. HEX triplet: 73, 78 and 72. RGB value is (115,120,114). Sum of RGB (Red+Green+Blue) = 115+120+114=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 120 - color contains mainly: green. Hex color #737872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737872 is #8C878D. Grayscale: #757575. Windows color (decimal): -9209742 or 7501939. OLE color: 7501939.

HSL color Cylindrical-coordinate representation of color #737872: hue angle of 110º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #737872 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB115120114-
CMYK0.0400.050.53
HSL110º2.56%45.88%-
HSV(B)110º5%47.06%-
XYZ16.8218.2918.56-
YUV117.82125.84125.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=32.95%
G=34.38%
B=32.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151201140.0400.050.531102.5645.88
Hex737872405356e32e
Octal16317016240565156356
Binary1110011111100011100101000101110101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737872; }

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

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

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

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

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

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

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

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