#768372

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

Shades of Xanadu #768372

Tints of Xanadu #768372

Color information

#768372 (or 0x768372) is unknown color: approx Xanadu. HEX triplet: 76, 83 and 72. RGB value is (118,131,114). Sum of RGB (Red+Green+Blue) = 118+131+114=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 131 - color contains mainly: green. Hex color #768372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768372 is #897C8D. Grayscale: #7D7D7D. Windows color (decimal): -9010318 or 7504758. OLE color: 7504758.

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

Color convert

RGB118131114-
CMYK0.1000.130.49
HSL105.88º6.94%48.04%-
HSV(B)105.88º12.98%51.37%-
XYZ18.6221.319.05-
YUV125.17121.69122.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=32.51%
G=36.09%
B=31.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181311140.1000.130.49105.886.9448.04
Hex768372A0D316a730
Octal1662031621201561152760
Binary11101101000001111100101010011011100011101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768372; }

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

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

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

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

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

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

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

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