#757774

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

Shades of Xanadu #757774

Tints of Xanadu #757774

Color information

#757774 (or 0x757774) is unknown color: approx Xanadu. HEX triplet: 75, 77 and 74. RGB value is (117,119,116). Sum of RGB (Red+Green+Blue) = 117+119+116=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 119 - color contains mainly: green. Hex color #757774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757774 is #8A888B. Grayscale: #767676. Windows color (decimal): -9078924 or 7632757. OLE color: 7632757.

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

Color convert

RGB117119116-
CMYK0.0200.030.53
HSL100º1.28%46.08%-
HSV(B)100º2.52%46.67%-
XYZ17.0918.2419.14-
YUV118.06126.84127.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=33.24%
G=33.81%
B=32.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171191160.0200.030.531001.2846.08
Hex757774203356412e
Octal16516716420365144156
Binary1110101111011111101001001111010111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757774; }

 p { color: rgb(117,119,116); }

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

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

 a { background-color: rgb(117,119,116); }

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

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

 span { border-color: rgb(117,119,116); }

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