#778671

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

Shades of Xanadu #778671

Tints of Xanadu #778671

Color information

#778671 (or 0x778671) is unknown color: approx Xanadu. HEX triplet: 77, 86 and 71. RGB value is (119,134,113). Sum of RGB (Red+Green+Blue) = 119+134+113=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #778671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778671 is #88798E. Grayscale: #7F7F7F. Windows color (decimal): -8944015 or 7439991. OLE color: 7439991.

HSL color Cylindrical-coordinate representation of color #778671: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778671 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB119134113-
CMYK0.1100.160.47
HSL102.86º8.5%48.43%-
HSV(B)102.86º15.67%52.55%-
XYZ19.1122.1618.89-
YUV127.12120.03122.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.51%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=32.51%
G=36.61%
B=30.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191341130.1100.160.47102.868.548.43
Hex778671B0102F67930
Octal16720616113020571471160
Binary1110111100001101110001101101000010111111001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778671; }

 p { color: rgb(119,134,113); }

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

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

 a { background-color: rgb(119,134,113); }

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

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

 span { border-color: rgb(119,134,113); }

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