#758271

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

Shades of Xanadu #758271

Tints of Xanadu #758271

Color information

#758271 (or 0x758271) is unknown color: approx Xanadu. HEX triplet: 75, 82 and 71. RGB value is (117,130,113). Sum of RGB (Red+Green+Blue) = 117+130+113=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #758271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758271 is #8A7D8E. Grayscale: #7C7C7C. Windows color (decimal): -9076111 or 7438965. OLE color: 7438965.

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

Color convert

RGB117130113-
CMYK0.100.130.49
HSL105.88º7%47.65%-
HSV(B)105.88º13.08%50.98%-
XYZ18.320.9418.7-
YUV124.18121.69122.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 113 (44.53% from 255) = 31.39%
R=32.5%
G=36.11%
B=31.39%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171301130.100.130.49105.88747.65
Hex758271A0D316a730
Octal1652021611201561152760
Binary11101011000001011100011010011011100011101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758271; }

 p { color: rgb(117,130,113); }

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

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

 a { background-color: rgb(117,130,113); }

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

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

 span { border-color: rgb(117,130,113); }

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