#767C74

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

Shades of Xanadu #767C74

Tints of Xanadu #767C74

Color information

#767C74 (or 0x767C74) is unknown color: approx Xanadu. HEX triplet: 76, 7C and 74. RGB value is (118,124,116). Sum of RGB (Red+Green+Blue) = 118+124+116=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 124 - color contains mainly: green. Hex color #767C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C74 is #89838B. Grayscale: #797979. Windows color (decimal): -9012108 or 7634038. OLE color: 7634038.

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

Color convert

RGB118124116-
CMYK0.0500.060.51
HSL105º3.33%47.06%-
HSV(B)105º6.45%48.63%-
XYZ17.8319.5319.35-
YUV121.29125.01125.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 124 (48.83% from 255) = 34.64%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=32.96%
G=34.64%
B=32.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181241160.0500.060.511053.3347.06
Hex767C74506336932f
Octal16617416450663151357
Binary1110110111110011101001010110110011110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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