#767E74

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

Shades of Xanadu #767E74

Tints of Xanadu #767E74

Color information

#767E74 (or 0x767E74) is unknown color: approx Xanadu. HEX triplet: 76, 7E and 74. RGB value is (118,126,116). Sum of RGB (Red+Green+Blue) = 118+126+116=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 126 - color contains mainly: green. Hex color #767E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E74 is #89818B. Grayscale: #7A7A7A. Windows color (decimal): -9011596 or 7634550. OLE color: 7634550.

HSL color Cylindrical-coordinate representation of color #767E74: hue angle of 108º 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 #767E74 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB118126116-
CMYK0.0600.080.51
HSL108º4.13%47.45%-
HSV(B)108º7.94%49.41%-
XYZ18.0820.0319.44-
YUV122.47124.35124.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 116 (45.70% from 255) = 32.22%
R=32.78%
G=35%
B=32.22%

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
Decimal1181261160.0600.080.511084.1347.45
Hex767E74608336c42f
Octal166176164601063154457
Binary111011011111101110100110010001100111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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