#73826F

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

Shades of Xanadu #73826F

Tints of Xanadu #73826F

Color information

#73826F (or 0x73826F) is unknown color: approx Xanadu. HEX triplet: 73, 82 and 6F. RGB value is (115,130,111). Sum of RGB (Red+Green+Blue) = 115+130+111=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #73826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73826F is #8C7D90. Grayscale: #7B7B7B. Windows color (decimal): -9207185 or 7307891. OLE color: 7307891.

HSL color Cylindrical-coordinate representation of color #73826F: hue angle of 107.37º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #73826F is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB115130111-
CMYK0.1200.150.49
HSL107.37º7.88%47.25%-
HSV(B)107.37º14.62%50.98%-
XYZ17.9220.7618.1-
YUV123.35121.03122.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=32.30%
G=36.52%
B=31.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151301110.1200.150.49107.377.8847.25
Hex73826FC0F316b82f
Octal16320215714017611531057
Binary111001110000010110111111000111111000111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,130,111); }

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

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

 a { background-color: rgb(115,130,111); }

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

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

 span { border-color: rgb(115,130,111); }

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