#768170

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

Shades of Xanadu #768170

Tints of Xanadu #768170

Color information

#768170 (or 0x768170) is unknown color: approx Xanadu. HEX triplet: 76, 81 and 70. RGB value is (118,129,112). Sum of RGB (Red+Green+Blue) = 118+129+112=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #768170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768170 is #897E8F. Grayscale: #7B7B7B. Windows color (decimal): -9010832 or 7373174. OLE color: 7373174.

HSL color Cylindrical-coordinate representation of color #768170: hue angle of 98.82º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768170 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB118129112-
CMYK0.0900.130.49
HSL98.82º7.05%47.25%-
HSV(B)98.82º13.18%50.59%-
XYZ18.2520.7218.37-
YUV123.77121.36123.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=32.87%
G=35.93%
B=31.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181291120.0900.130.4998.827.0547.25
Hex76817090D316372f
Octal1662011601101561143757
Binary11101101000000111100001001011011100011100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768170; }

 p { color: rgb(118,129,112); }

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

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

 a { background-color: rgb(118,129,112); }

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

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

 span { border-color: rgb(118,129,112); }

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