#737771

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

Shades of Xanadu #737771

Tints of Xanadu #737771

Color information

#737771 (or 0x737771) is unknown color: approx Xanadu. HEX triplet: 73, 77 and 71. RGB value is (115,119,113). Sum of RGB (Red+Green+Blue) = 115+119+113=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 119 - color contains mainly: green. Hex color #737771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737771 is #8C888E. Grayscale: #757575. Windows color (decimal): -9209999 or 7436147. OLE color: 7436147.

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

Color convert

RGB115119113-
CMYK0.0300.050.53
HSL100º2.59%45.49%-
HSV(B)100º5.04%46.67%-
XYZ16.6518.0318.23-
YUV117.12125.67126.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.14%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=33.14%
G=34.29%
B=32.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151191130.0300.050.531002.5945.49
Hex737771305356432d
Octal16316716130565144355
Binary111001111101111110001110101110101110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737771; }

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

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

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

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

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

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

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

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