#758171

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

Shades of Xanadu #758171

Tints of Xanadu #758171

Color information

#758171 (or 0x758171) is unknown color: approx Xanadu. HEX triplet: 75, 81 and 71. RGB value is (117,129,113). Sum of RGB (Red+Green+Blue) = 117+129+113=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #758171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758171 is #8A7E8E. Grayscale: #7B7B7B. Windows color (decimal): -9076367 or 7438709. OLE color: 7438709.

HSL color Cylindrical-coordinate representation of color #758171: hue angle of 105º 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 #758171 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB117129113-
CMYK0.0900.120.49
HSL105º6.61%47.45%-
HSV(B)105º12.4%50.59%-
XYZ18.1720.6718.66-
YUV123.59122.02123.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=32.59%
G=35.93%
B=31.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171291130.0900.120.491056.6147.45
Hex75817190C316972f
Octal1652011611101461151757
Binary11101011000000111100011001011001100011101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758171; }

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

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

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

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

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

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

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

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