#6E776A

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

Shades of Xanadu #6E776A

Tints of Xanadu #6E776A

Color information

#6E776A (or 0x6E776A) is unknown color: approx Xanadu. HEX triplet: 6E, 77 and 6A. RGB value is (110,119,106). Sum of RGB (Red+Green+Blue) = 110+119+106=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #6E776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E776A is #918895. Grayscale: #727272. Windows color (decimal): -9537686 or 6977390. OLE color: 6977390.

HSL color Cylindrical-coordinate representation of color #6E776A: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E776A is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB110119106-
CMYK0.0800.110.53
HSL101.54º5.78%44.12%-
HSV(B)101.54º10.92%46.67%-
XYZ15.6317.5516.2-
YUV114.83123.02124.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.84%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=32.84%
G=35.52%
B=31.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1101191060.0800.110.53101.545.7844.12
Hex6E776A80B356662c
Octal1561671521001365146654
Binary1101110111011111010101000010111101011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E776A; }

 p { color: rgb(110,119,106); }

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

<style>
 a { background-color: #6E776A; }

 a { background-color: rgb(110,119,106); }

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

<style>
 span { border-color: #6E776A; }

 span { border-color: rgb(110,119,106); }

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