#6E776C

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

Shades of Xanadu #6E776C

Tints of Xanadu #6E776C

Color information

#6E776C (or 0x6E776C) is unknown color: approx Xanadu. HEX triplet: 6E, 77 and 6C. RGB value is (110,119,108). Sum of RGB (Red+Green+Blue) = 110+119+108=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #6E776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E776C is #918893. Grayscale: #737373. Windows color (decimal): -9537684 or 7108462. OLE color: 7108462.

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

Color convert

RGB110119108-
CMYK0.0800.090.53
HSL109.09º4.85%44.51%-
HSV(B)109.09º9.24%46.67%-
XYZ15.7317.5916.75-
YUV115.06124.02124.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.64%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=32.64%
G=35.31%
B=32.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1101191080.0800.090.53109.094.8544.51
Hex6E776C809356d52d
Octal1561671541001165155555
Binary1101110111011111011001000010011101011101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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