#73876D

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

Shades of Xanadu #73876D

Tints of Xanadu #73876D

Color information

#73876D (or 0x73876D) is unknown color: approx Xanadu. HEX triplet: 73, 87 and 6D. RGB value is (115,135,109). Sum of RGB (Red+Green+Blue) = 115+135+109=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #73876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73876D is #8C7892. Grayscale: #7E7E7E. Windows color (decimal): -9205907 or 7178099. OLE color: 7178099.

HSL color Cylindrical-coordinate representation of color #73876D: hue angle of 106.15º 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 #73876D is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB115135109-
CMYK0.1500.190.47
HSL106.15º10.66%47.84%-
HSV(B)106.15º19.26%52.94%-
XYZ18.4922.0817.75-
YUV126.06118.37120.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.03%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=32.03%
G=37.60%
B=30.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151351090.1500.190.47106.1510.6647.84
Hex73876DF0132F6ab30
Octal16320715517023571521360
Binary1110011100001111101101111101001110111111010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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