#778D6D

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

Shades of Xanadu #778D6D

Tints of Xanadu #778D6D

Color information

#778D6D (or 0x778D6D) is unknown color: approx Xanadu. HEX triplet: 77, 8D and 6D. RGB value is (119,141,109). Sum of RGB (Red+Green+Blue) = 119+141+109=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #778D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778D6D is #887292. Grayscale: #828282. Windows color (decimal): -8942227 or 7179639. OLE color: 7179639.

HSL color Cylindrical-coordinate representation of color #778D6D: hue angle of 101.25º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778D6D is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB119141109-
CMYK0.1600.230.45
HSL101.25º12.8%49.02%-
HSV(B)101.25º22.7%55.29%-
XYZ19.8924.0818.07-
YUV130.77115.71119.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=32.25%
G=38.21%
B=29.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191411090.1600.230.45101.2512.849.02
Hex778D6D100172D65d31
Octal16721515520027551451561
Binary11101111000110111011011000001011110110111001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778D6D; }

 p { color: rgb(119,141,109); }

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

<style>
 a { background-color: #778D6D; }

 a { background-color: rgb(119,141,109); }

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

<style>
 span { border-color: #778D6D; }

 span { border-color: rgb(119,141,109); }

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