#788671

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

Shades of Xanadu #788671

Tints of Xanadu #788671

Color information

#788671 (or 0x788671) is unknown color: approx Xanadu. HEX triplet: 78, 86 and 71. RGB value is (120,134,113). Sum of RGB (Red+Green+Blue) = 120+134+113=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #788671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788671 is #87798E. Grayscale: #7F7F7F. Windows color (decimal): -8878479 or 7439992. OLE color: 7439992.

HSL color Cylindrical-coordinate representation of color #788671: hue angle of 100º 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 #788671 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB120134113-
CMYK0.1000.160.47
HSL100º8.5%48.43%-
HSV(B)100º15.67%52.55%-
XYZ19.2522.2418.9-
YUV127.42119.86122.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.70%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=32.70%
G=36.51%
B=30.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201341130.1000.160.471008.548.43
Hex788671A0102F64930
Octal17020616112020571441160
Binary1111000100001101110001101001000010111111001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788671; }

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

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

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

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

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

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

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

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