#768373

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

Shades of Xanadu #768373

Tints of Xanadu #768373

Color information

#768373 (or 0x768373) is unknown color: approx Xanadu. HEX triplet: 76, 83 and 73. RGB value is (118,131,115). Sum of RGB (Red+Green+Blue) = 118+131+115=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 131 - color contains mainly: green. Hex color #768373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768373 is #897C8C. Grayscale: #7D7D7D. Windows color (decimal): -9010317 or 7570294. OLE color: 7570294.

HSL color Cylindrical-coordinate representation of color #768373: hue angle of 108.75º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768373 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB118131115-
CMYK0.1000.120.49
HSL108.75º6.5%48.24%-
HSV(B)108.75º12.21%51.37%-
XYZ18.6821.3219.35-
YUV125.29122.19122.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=32.42%
G=35.99%
B=31.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181311150.1000.120.49108.756.548.24
Hex768373A0C316d730
Octal1662031631201461155760
Binary11101101000001111100111010011001100011101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768373; }

 p { color: rgb(118,131,115); }

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

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

 a { background-color: rgb(118,131,115); }

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

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

 span { border-color: rgb(118,131,115); }

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