#758771

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

Shades of Xanadu #758771

Tints of Xanadu #758771

Color information

#758771 (or 0x758771) is unknown color: approx Xanadu. HEX triplet: 75, 87 and 71. RGB value is (117,135,113). Sum of RGB (Red+Green+Blue) = 117+135+113=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #758771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758771 is #8A788E. Grayscale: #7F7F7F. Windows color (decimal): -9074831 or 7440245. OLE color: 7440245.

HSL color Cylindrical-coordinate representation of color #758771: hue angle of 109.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758771 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB117135113-
CMYK0.1300.160.47
HSL109.09º8.87%48.63%-
HSV(B)109.09º16.3%52.94%-
XYZ18.9822.318.93-
YUV127.11120.04120.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=32.05%
G=36.99%
B=30.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171351130.1300.160.47109.098.8748.63
Hex758771D0102F6d931
Octal16520716115020571551161
Binary1110101100001111110001110101000010111111011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758771; }

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

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

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

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

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

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

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

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