#71776E

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

Shades of Xanadu #71776E

Tints of Xanadu #71776E

Color information

#71776E (or 0x71776E) is unknown color: approx Xanadu. HEX triplet: 71, 77 and 6E. RGB value is (113,119,110). Sum of RGB (Red+Green+Blue) = 113+119+110=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #71776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71776E is #8E8891. Grayscale: #747474. Windows color (decimal): -9341074 or 7239537. OLE color: 7239537.

HSL color Cylindrical-coordinate representation of color #71776E: hue angle of 100º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71776E is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB113119110-
CMYK0.0500.080.53
HSL100º3.93%44.9%-
HSV(B)100º7.56%46.67%-
XYZ16.2217.8317.34-
YUV116.18124.51125.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=33.04%
G=34.80%
B=32.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131191100.0500.080.531003.9344.9
Hex71776E508356442d
Octal161167156501065144455
Binary111000111101111101110101010001101011100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71776E; }

 p { color: rgb(113,119,110); }

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

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

 a { background-color: rgb(113,119,110); }

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

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

 span { border-color: rgb(113,119,110); }

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