#737871

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

Shades of Xanadu #737871

Tints of Xanadu #737871

Color information

#737871 (or 0x737871) is unknown color: approx Xanadu. HEX triplet: 73, 78 and 71. RGB value is (115,120,113). Sum of RGB (Red+Green+Blue) = 115+120+113=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 120 - color contains mainly: green. Hex color #737871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737871 is #8C878E. Grayscale: #757575. Windows color (decimal): -9209743 or 7436403. OLE color: 7436403.

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

Color convert

RGB115120113-
CMYK0.0400.060.53
HSL102.86º3%45.69%-
HSV(B)102.86º5.83%47.06%-
XYZ16.7718.2718.27-
YUV117.71125.34126.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=33.05%
G=34.48%
B=32.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151201130.0400.060.53102.86345.69
Hex737871406356732e
Octal16317016140665147356
Binary1110011111100011100011000110110101110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737871; }

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

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

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

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

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

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

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

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