#768671

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

Shades of Xanadu #768671

Tints of Xanadu #768671

Color information

#768671 (or 0x768671) is unknown color: approx Xanadu. HEX triplet: 76, 86 and 71. RGB value is (118,134,113). Sum of RGB (Red+Green+Blue) = 118+134+113=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #768671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768671 is #89798E. Grayscale: #7E7E7E. Windows color (decimal): -9009551 or 7439990. OLE color: 7439990.

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

Color convert

RGB118134113-
CMYK0.1200.160.47
HSL105.71º8.5%48.43%-
HSV(B)105.71º15.67%52.55%-
XYZ18.9822.0918.89-
YUV126.82120.2121.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=32.33%
G=36.71%
B=30.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341130.1200.160.47105.718.548.43
Hex768671C0102F6a930
Octal16620616114020571521160
Binary1110110100001101110001110001000010111111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768671; }

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

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

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

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

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

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

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

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