#768770

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

Shades of Xanadu #768770

Tints of Xanadu #768770

Color information

#768770 (or 0x768770) is unknown color: approx Xanadu. HEX triplet: 76, 87 and 70. RGB value is (118,135,112). Sum of RGB (Red+Green+Blue) = 118+135+112=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #768770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768770 is #89788F. Grayscale: #7F7F7F. Windows color (decimal): -9009296 or 7374710. OLE color: 7374710.

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

Color convert

RGB118135112-
CMYK0.1300.170.47
HSL104.35º9.31%48.43%-
HSV(B)104.35º17.04%52.94%-
XYZ19.0622.3518.64-
YUV127.29119.37121.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=32.33%
G=36.99%
B=30.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181351120.1300.170.47104.359.3148.43
Hex768770D0112F68930
Octal16620716015021571501160
Binary1110110100001111110000110101000110111111010001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768770; }

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

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

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

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

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

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

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

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