#747F72

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

Shades of Xanadu #747F72

Tints of Xanadu #747F72

Color information

#747F72 (or 0x747F72) is unknown color: approx Xanadu. HEX triplet: 74, 7F and 72. RGB value is (116,127,114). Sum of RGB (Red+Green+Blue) = 116+127+114=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #747F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F72 is #8B808D. Grayscale: #7A7A7A. Windows color (decimal): -9142414 or 7503732. OLE color: 7503732.

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

Color convert

RGB116127114-
CMYK0.0900.100.50
HSL110.77º5.39%47.25%-
HSV(B)110.77º10.24%49.8%-
XYZ17.8320.1118.86-
YUV122.23123.36123.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=32.49%
G=35.57%
B=31.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161271140.0900.100.50110.775.3947.25
Hex747F7290A326f52f
Octal1641771621101262157557
Binary1110100111111111100101001010101100101101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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