#738768

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

Shades of Xanadu #738768

Tints of Xanadu #738768

Color information

#738768 (or 0x738768) is unknown color: approx Xanadu. HEX triplet: 73, 87 and 68. RGB value is (115,135,104). Sum of RGB (Red+Green+Blue) = 115+135+104=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #738768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738768 is #8C7897. Grayscale: #7D7D7D. Windows color (decimal): -9205912 or 6850419. OLE color: 6850419.

HSL color Cylindrical-coordinate representation of color #738768: hue angle of 98.71º 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 #738768 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB115135104-
CMYK0.1500.230.47
HSL98.71º12.97%46.86%-
HSV(B)98.71º22.96%52.94%-
XYZ18.2321.9716.38-
YUV125.49115.87120.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.49%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=32.49%
G=38.14%
B=29.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151351040.1500.230.4798.7112.9746.86
Hex738768F0172F63d2f
Octal16320715017027571431557
Binary1110011100001111101000111101011110111111000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738768; }

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

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

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

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

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

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

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

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