#767C73

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

Shades of Xanadu #767C73

Tints of Xanadu #767C73

Color information

#767C73 (or 0x767C73) is unknown color: approx Xanadu. HEX triplet: 76, 7C and 73. RGB value is (118,124,115). Sum of RGB (Red+Green+Blue) = 118+124+115=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 124 - color contains mainly: green. Hex color #767C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C73 is #89838C. Grayscale: #797979. Windows color (decimal): -9012109 or 7568502. OLE color: 7568502.

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

Color convert

RGB118124115-
CMYK0.0500.070.51
HSL100º3.77%46.86%-
HSV(B)100º7.26%48.63%-
XYZ17.7719.519.05-
YUV121.18124.51125.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=33.05%
G=34.73%
B=32.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181241150.0500.070.511003.7746.86
Hex767C73507336442f
Octal16617416350763144457
Binary11101101111100111001110101111100111100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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