#748071

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

Shades of Xanadu #748071

Tints of Xanadu #748071

Color information

#748071 (or 0x748071) is unknown color: approx Xanadu. HEX triplet: 74, 80 and 71. RGB value is (116,128,113). Sum of RGB (Red+Green+Blue) = 116+128+113=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 128 - color contains mainly: green. Hex color #748071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748071 is #8B7F8E. Grayscale: #7A7A7A. Windows color (decimal): -9142159 or 7438452. OLE color: 7438452.

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

Color convert

RGB116128113-
CMYK0.0900.120.50
HSL108º6.22%47.25%-
HSV(B)108º11.72%50.2%-
XYZ17.920.3418.61-
YUV122.7122.52123.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=32.49%
G=35.85%
B=31.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161281130.0900.120.501086.2247.25
Hex74807190C326c62f
Octal1642001611101462154657
Binary11101001000000011100011001011001100101101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748071; }

 p { color: rgb(116,128,113); }

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

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

 a { background-color: rgb(116,128,113); }

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

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

 span { border-color: rgb(116,128,113); }

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