#71876D

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

Shades of Xanadu #71876D

Tints of Xanadu #71876D

Color information

#71876D (or 0x71876D) is unknown color: approx Xanadu. HEX triplet: 71, 87 and 6D. RGB value is (113,135,109). Sum of RGB (Red+Green+Blue) = 113+135+109=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #71876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71876D is #8E7892. Grayscale: #7D7D7D. Windows color (decimal): -9336979 or 7178097. OLE color: 7178097.

HSL color Cylindrical-coordinate representation of color #71876D: hue angle of 110.77º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71876D is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB113135109-
CMYK0.1600.190.47
HSL110.77º10.66%47.84%-
HSV(B)110.77º19.26%52.94%-
XYZ18.2321.9417.74-
YUV125.46118.71119.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=31.65%
G=37.82%
B=30.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351090.1600.190.47110.7710.6647.84
Hex71876D100132F6fb30
Octal16120715520023571571360
Binary11100011000011111011011000001001110111111011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71876D; }

 p { color: rgb(113,135,109); }

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

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

 a { background-color: rgb(113,135,109); }

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

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

 span { border-color: rgb(113,135,109); }

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