#73876A

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

Shades of Xanadu #73876A

Tints of Xanadu #73876A

Color information

#73876A (or 0x73876A) is unknown color: approx Xanadu. HEX triplet: 73, 87 and 6A. RGB value is (115,135,106). Sum of RGB (Red+Green+Blue) = 115+135+106=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #73876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73876A is #8C7895. Grayscale: #7D7D7D. Windows color (decimal): -9205910 or 6981491. OLE color: 6981491.

HSL color Cylindrical-coordinate representation of color #73876A: hue angle of 101.38º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73876A is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB115135106-
CMYK0.1500.210.47
HSL101.38º12.03%47.25%-
HSV(B)101.38º21.48%52.94%-
XYZ18.3422.0116.92-
YUV125.71116.87120.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=32.30%
G=37.92%
B=29.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151351060.1500.210.47101.3812.0347.25
Hex73876AF0152F65c2f
Octal16320715217025571451457
Binary1110011100001111101010111101010110111111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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