#748E69

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

Shades of Xanadu #748E69

Tints of Xanadu #748E69

Color information

#748E69 (or 0x748E69) is unknown color: approx Xanadu. HEX triplet: 74, 8E and 69. RGB value is (116,142,105). Sum of RGB (Red+Green+Blue) = 116+142+105=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 142 - color contains mainly: green. Hex color #748E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748E69 is #8B7196. Grayscale: #828282. Windows color (decimal): -9138583 or 6917748. OLE color: 6917748.

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

Color convert

RGB116142105-
CMYK0.1800.260.44
HSL102.16º14.98%48.43%-
HSV(B)102.16º26.06%55.69%-
XYZ19.4324.0816.99-
YUV130.01113.89118.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=31.96%
G=39.12%
B=28.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161421050.1800.260.44102.1614.9848.43
Hex748E691201A2C66f30
Octal16421615122032541461760
Binary11101001000111011010011001001101010110011001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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