#768273

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

Shades of Xanadu #768273

Tints of Xanadu #768273

Color information

#768273 (or 0x768273) is unknown color: approx Xanadu. HEX triplet: 76, 82 and 73. RGB value is (118,130,115). Sum of RGB (Red+Green+Blue) = 118+130+115=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #768273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768273 is #897D8C. Grayscale: #7C7C7C. Windows color (decimal): -9010573 or 7570038. OLE color: 7570038.

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

Color convert

RGB118130115-
CMYK0.0900.120.49
HSL108º6.12%48.04%-
HSV(B)108º11.54%50.98%-
XYZ18.5521.0519.31-
YUV124.7122.52123.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=32.51%
G=35.81%
B=31.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181301150.0900.120.491086.1248.04
Hex76827390C316c630
Octal1662021631101461154660
Binary11101101000001011100111001011001100011101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768273; }

 p { color: rgb(118,130,115); }

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

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

 a { background-color: rgb(118,130,115); }

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

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

 span { border-color: rgb(118,130,115); }

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