#767E72

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

Shades of Xanadu #767E72

Tints of Xanadu #767E72

Color information

#767E72 (or 0x767E72) is unknown color: approx Xanadu. HEX triplet: 76, 7E and 72. RGB value is (118,126,114). Sum of RGB (Red+Green+Blue) = 118+126+114=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 126 - color contains mainly: green. Hex color #767E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E72 is #89818D. Grayscale: #7A7A7A. Windows color (decimal): -9011598 or 7503478. OLE color: 7503478.

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

Color convert

RGB118126114-
CMYK0.0600.100.51
HSL100º5%47.06%-
HSV(B)100º9.52%49.41%-
XYZ17.9719.9918.83-
YUV122.24123.35124.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=32.96%
G=35.20%
B=31.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181261140.0600.100.51100547.06
Hex767E7260A336452f
Octal166176162601263144557
Binary111011011111101110010110010101100111100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,126,114); }

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

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

 a { background-color: rgb(118,126,114); }

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

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

 span { border-color: rgb(118,126,114); }

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