#788670

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

Shades of Xanadu #788670

Tints of Xanadu #788670

Color information

#788670 (or 0x788670) is unknown color: approx Xanadu. HEX triplet: 78, 86 and 70. RGB value is (120,134,112). Sum of RGB (Red+Green+Blue) = 120+134+112=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #788670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788670 is #87798F. Grayscale: #7F7F7F. Windows color (decimal): -8878480 or 7374456. OLE color: 7374456.

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

Color convert

RGB120134112-
CMYK0.1000.160.47
HSL98.18º8.94%48.24%-
HSV(B)98.18º16.42%52.55%-
XYZ19.222.2118.61-
YUV127.31119.36122.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.79%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=32.79%
G=36.61%
B=30.60%

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
Decimal1201341120.1000.160.4798.188.9448.24
Hex788670A0102F62930
Octal17020616012020571421160
Binary1111000100001101110000101001000010111111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788670; }

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

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

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

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

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

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

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

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