#778672

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

Shades of Xanadu #778672

Tints of Xanadu #778672

Color information

#778672 (or 0x778672) is unknown color: approx Xanadu. HEX triplet: 77, 86 and 72. RGB value is (119,134,114). Sum of RGB (Red+Green+Blue) = 119+134+114=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #778672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778672 is #88798D. Grayscale: #7F7F7F. Windows color (decimal): -8944014 or 7505527. OLE color: 7505527.

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

Color convert

RGB119134114-
CMYK0.1100.150.47
HSL105º8.06%48.63%-
HSV(B)105º14.93%52.55%-
XYZ19.1722.1919.19-
YUV127.24120.53122.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=32.43%
G=36.51%
B=31.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191341140.1100.150.471058.0648.63
Hex778672B0F2F69831
Octal16720616213017571511061
Binary111011110000110111001010110111110111111010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778672; }

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

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

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

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

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

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

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

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