#767D73

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

Shades of Xanadu #767D73

Tints of Xanadu #767D73

Color information

#767D73 (or 0x767D73) is unknown color: approx Xanadu. HEX triplet: 76, 7D and 73. RGB value is (118,125,115). Sum of RGB (Red+Green+Blue) = 118+125+115=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 125 - color contains mainly: green. Hex color #767D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D73 is #89828C. Grayscale: #797979. Windows color (decimal): -9011853 or 7568758. OLE color: 7568758.

HSL color Cylindrical-coordinate representation of color #767D73: hue angle of 102º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #767D73 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB118125115-
CMYK0.0600.080.51
HSL102º4.17%47.06%-
HSV(B)102º8%49.02%-
XYZ17.919.7619.09-
YUV121.77124.18125.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 115 (45.31% from 255) = 32.12%
R=32.96%
G=34.92%
B=32.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181251150.0600.080.511024.1747.06
Hex767D73608336642f
Octal166175163601063146457
Binary111011011111011110011110010001100111100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767D73; }

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

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

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

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

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

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

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

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