#768471

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

Shades of Xanadu #768471

Tints of Xanadu #768471

Color information

#768471 (or 0x768471) is unknown color: approx Xanadu. HEX triplet: 76, 84 and 71. RGB value is (118,132,113). Sum of RGB (Red+Green+Blue) = 118+132+113=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #768471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768471 is #897B8E. Grayscale: #7D7D7D. Windows color (decimal): -9010063 or 7439478. OLE color: 7439478.

HSL color Cylindrical-coordinate representation of color #768471: hue angle of 104.21º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768471 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB118132113-
CMYK0.1100.140.48
HSL104.21º7.76%48.04%-
HSV(B)104.21º14.39%51.76%-
XYZ18.721.5518.8-
YUV125.65120.86122.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=32.51%
G=36.36%
B=31.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181321130.1100.140.48104.217.7648.04
Hex768471B0E3068830
Octal16620416113016601501060
Binary111011010000100111000110110111011000011010001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768471; }

 p { color: rgb(118,132,113); }

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

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

 a { background-color: rgb(118,132,113); }

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

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

 span { border-color: rgb(118,132,113); }

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