#768A6B

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

Shades of Xanadu #768A6B

Tints of Xanadu #768A6B

Color information

#768A6B (or 0x768A6B) is unknown color: approx Xanadu. HEX triplet: 76, 8A and 6B. RGB value is (118,138,107). Sum of RGB (Red+Green+Blue) = 118+138+107=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #768A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A6B is #897594. Grayscale: #808080. Windows color (decimal): -9008533 or 7047798. OLE color: 7047798.

HSL color Cylindrical-coordinate representation of color #768A6B: hue angle of 98.71º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768A6B is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB118138107-
CMYK0.1400.220.46
HSL98.71º12.65%48.04%-
HSV(B)98.71º22.46%54.12%-
XYZ19.2123.0917.35-
YUV128.49115.87120.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=32.51%
G=38.02%
B=29.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181381070.1400.220.4698.7112.6548.04
Hex768A6BE0162E63d30
Octal16621215316026561431560
Binary1110110100010101101011111001011010111011000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768A6B; }

 p { color: rgb(118,138,107); }

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

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

 a { background-color: rgb(118,138,107); }

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

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

 span { border-color: rgb(118,138,107); }

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