#71766F

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

Shades of Xanadu #71766F

Tints of Xanadu #71766F

Color information

#71766F (or 0x71766F) is unknown color: approx Xanadu. HEX triplet: 71, 76 and 6F. RGB value is (113,118,111). Sum of RGB (Red+Green+Blue) = 113+118+111=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 118 - color contains mainly: green. Hex color #71766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71766F is #8E8990. Grayscale: #737373. Windows color (decimal): -9341329 or 7304817. OLE color: 7304817.

HSL color Cylindrical-coordinate representation of color #71766F: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #71766F is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB113118111-
CMYK0.0400.060.54
HSL102.86º3.06%44.9%-
HSV(B)102.86º5.93%46.27%-
XYZ16.1617.6217.59-
YUV115.71125.34126.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=33.04%
G=34.50%
B=32.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131181110.0400.060.54102.863.0644.9
Hex71766F406366732d
Octal16116615740666147355
Binary1110001111011011011111000110110110110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71766F; }

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

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

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

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

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

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

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

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