#6F786C

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

Shades of Xanadu #6F786C

Tints of Xanadu #6F786C

Color information

#6F786C (or 0x6F786C) is unknown color: approx Xanadu. HEX triplet: 6F, 78 and 6C. RGB value is (111,120,108). Sum of RGB (Red+Green+Blue) = 111+120+108=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #6F786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F786C is #908793. Grayscale: #737373. Windows color (decimal): -9471892 or 7108719. OLE color: 7108719.

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

Color convert

RGB111120108-
CMYK0.0800.100.53
HSL105º5.26%44.71%-
HSV(B)105º10%47.06%-
XYZ15.9817.916.8-
YUV115.94123.52124.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.74%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=32.74%
G=35.40%
B=31.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1111201080.0800.100.531055.2644.71
Hex6F786C80A356952d
Octal1571701541001265151555
Binary1101111111100011011001000010101101011101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,120,108); }

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

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

 a { background-color: rgb(111,120,108); }

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

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

 span { border-color: rgb(111,120,108); }

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