#728768

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

Shades of Xanadu #728768

Tints of Xanadu #728768

Color information

#728768 (or 0x728768) is unknown color: approx Xanadu. HEX triplet: 72, 87 and 68. RGB value is (114,135,104). Sum of RGB (Red+Green+Blue) = 114+135+104=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #728768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728768 is #8D7897. Grayscale: #7D7D7D. Windows color (decimal): -9271448 or 6850418. OLE color: 6850418.

HSL color Cylindrical-coordinate representation of color #728768: hue angle of 100.65º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728768 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB114135104-
CMYK0.1600.230.47
HSL100.65º12.97%46.86%-
HSV(B)100.65º22.96%52.94%-
XYZ18.121.916.37-
YUV125.19116.04120.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=32.29%
G=38.24%
B=29.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141351040.1600.230.47100.6512.9746.86
Hex728768100172F65d2f
Octal16220715020027571451557
Binary11100101000011111010001000001011110111111001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728768; }

 p { color: rgb(114,135,104); }

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

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

 a { background-color: rgb(114,135,104); }

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

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

 span { border-color: rgb(114,135,104); }

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