#748E6D

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

Shades of Xanadu #748E6D

Tints of Xanadu #748E6D

Color information

#748E6D (or 0x748E6D) is unknown color: approx Xanadu. HEX triplet: 74, 8E and 6D. RGB value is (116,142,109). Sum of RGB (Red+Green+Blue) = 116+142+109=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 142 - color contains mainly: green. Hex color #748E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748E6D is #8B7192. Grayscale: #828282. Windows color (decimal): -9138579 or 7179892. OLE color: 7179892.

HSL color Cylindrical-coordinate representation of color #748E6D: hue angle of 107.27º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748E6D is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB116142109-
CMYK0.1800.230.44
HSL107.27º13.15%49.22%-
HSV(B)107.27º23.24%55.69%-
XYZ19.6424.1618.1-
YUV130.46115.89117.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.61%
GREEN value IS 142 (55.86% from 255) = 38.69%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=31.61%
G=38.69%
B=29.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161421090.1800.230.44107.2713.1549.22
Hex748E6D120172C6bd31
Octal16421615522027541531561
Binary11101001000111011011011001001011110110011010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748E6D; }

 p { color: rgb(116,142,109); }

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

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

 a { background-color: rgb(116,142,109); }

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

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

 span { border-color: rgb(116,142,109); }

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