#768772

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

Shades of Xanadu #768772

Tints of Xanadu #768772

Color information

#768772 (or 0x768772) is unknown color: approx Xanadu. HEX triplet: 76, 87 and 72. RGB value is (118,135,114). Sum of RGB (Red+Green+Blue) = 118+135+114=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #768772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768772 is #89788D. Grayscale: #7F7F7F. Windows color (decimal): -9009294 or 7505782. OLE color: 7505782.

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

Color convert

RGB118135114-
CMYK0.1300.160.47
HSL108.57º8.43%48.82%-
HSV(B)108.57º15.56%52.94%-
XYZ19.1722.3919.23-
YUV127.52120.37121.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=32.15%
G=36.78%
B=31.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181351140.1300.160.47108.578.4348.82
Hex768772D0102F6d831
Octal16620716215020571551061
Binary1110110100001111110010110101000010111111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768772; }

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

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

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

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

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

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

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

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