#768B6C

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

Shades of Xanadu #768B6C

Tints of Xanadu #768B6C

Color information

#768B6C (or 0x768B6C) is unknown color: approx Xanadu. HEX triplet: 76, 8B and 6C. RGB value is (118,139,108). Sum of RGB (Red+Green+Blue) = 118+139+108=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #768B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B6C is #897493. Grayscale: #818181. Windows color (decimal): -9008276 or 7113590. OLE color: 7113590.

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

Color convert

RGB118139108-
CMYK0.1500.220.45
HSL100.65º12.55%48.43%-
HSV(B)100.65º22.3%54.51%-
XYZ19.4123.417.68-
YUV129.19116.04120.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=32.33%
G=38.08%
B=29.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181391080.1500.220.45100.6512.5548.43
Hex768B6CF0162D65d30
Octal16621315417026551451560
Binary1110110100010111101100111101011010110111001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,139,108); }

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

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

 a { background-color: rgb(118,139,108); }

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

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

 span { border-color: rgb(118,139,108); }

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