#738171

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

Shades of Xanadu #738171

Tints of Xanadu #738171

Color information

#738171 (or 0x738171) is unknown color: approx Xanadu. HEX triplet: 73, 81 and 71. RGB value is (115,129,113). Sum of RGB (Red+Green+Blue) = 115+129+113=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 129 - color contains mainly: green. Hex color #738171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738171 is #8C7E8E. Grayscale: #7B7B7B. Windows color (decimal): -9207439 or 7438707. OLE color: 7438707.

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

Color convert

RGB115129113-
CMYK0.1100.120.49
HSL112.5º6.61%47.45%-
HSV(B)112.5º12.4%50.59%-
XYZ17.920.5418.64-
YUV122.99122.36122.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.21%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=32.21%
G=36.13%
B=31.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151291130.1100.120.49112.56.6147.45
Hex738171B0C317072f
Octal1632011611301461160757
Binary11100111000000111100011011011001100011110000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738171; }

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

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

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

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

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

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

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

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