#768271

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

Shades of Xanadu #768271

Tints of Xanadu #768271

Color information

#768271 (or 0x768271) is unknown color: approx Xanadu. HEX triplet: 76, 82 and 71. RGB value is (118,130,113). Sum of RGB (Red+Green+Blue) = 118+130+113=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #768271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768271 is #897D8E. Grayscale: #7C7C7C. Windows color (decimal): -9010575 or 7438966. OLE color: 7438966.

HSL color Cylindrical-coordinate representation of color #768271: hue angle of 102.35º 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 #768271 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB118130113-
CMYK0.0900.130.49
HSL102.35º7%47.65%-
HSV(B)102.35º13.08%50.98%-
XYZ18.4321.0118.71-
YUV124.47121.52123.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=32.69%
G=36.01%
B=31.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181301130.0900.130.49102.35747.65
Hex76827190D3166730
Octal1662021611101561146760
Binary11101101000001011100011001011011100011100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768271; }

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

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

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

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

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

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

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

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