#71796F

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

Shades of Xanadu #71796F

Tints of Xanadu #71796F

Color information

#71796F (or 0x71796F) is unknown color: approx Xanadu. HEX triplet: 71, 79 and 6F. RGB value is (113,121,111). Sum of RGB (Red+Green+Blue) = 113+121+111=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 121 - color contains mainly: green. Hex color #71796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71796F is #8E8690. Grayscale: #757575. Windows color (decimal): -9340561 or 7305585. OLE color: 7305585.

HSL color Cylindrical-coordinate representation of color #71796F: hue angle of 108º 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 #71796F is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB113121111-
CMYK0.0700.080.53
HSL108º4.31%45.49%-
HSV(B)108º8.26%47.45%-
XYZ16.5218.3317.71-
YUV117.47124.35124.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=32.75%
G=35.07%
B=32.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131211110.0700.080.531084.3145.49
Hex71796F708356c42d
Octal161171157701065154455
Binary111000111110011101111111010001101011101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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