#747F6F

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

Shades of Xanadu #747F6F

Tints of Xanadu #747F6F

Color information

#747F6F (or 0x747F6F) is unknown color: approx Xanadu. HEX triplet: 74, 7F and 6F. RGB value is (116,127,111). Sum of RGB (Red+Green+Blue) = 116+127+111=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 127 - color contains mainly: green. Hex color #747F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F6F is #8B8090. Grayscale: #797979. Windows color (decimal): -9142417 or 7307124. OLE color: 7307124.

HSL color Cylindrical-coordinate representation of color #747F6F: hue angle of 101.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747F6F is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB116127111-
CMYK0.0900.130.50
HSL101.25º6.72%46.67%-
HSV(B)101.25º12.6%49.8%-
XYZ17.6620.0417.98-
YUV121.89121.86123.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 127 (50% from 255) = 35.88%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=32.77%
G=35.88%
B=31.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161271110.0900.130.50101.256.7246.67
Hex747F6F90D326572f
Octal1641771571101562145757
Binary1110100111111111011111001011011100101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747F6F; }

 p { color: rgb(116,127,111); }

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

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

 a { background-color: rgb(116,127,111); }

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

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

 span { border-color: rgb(116,127,111); }

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