#72826A

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

Shades of Xanadu #72826A

Tints of Xanadu #72826A

Color information

#72826A (or 0x72826A) is unknown color: approx Xanadu. HEX triplet: 72, 82 and 6A. RGB value is (114,130,106). Sum of RGB (Red+Green+Blue) = 114+130+106=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #72826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72826A is #8D7D95. Grayscale: #7A7A7A. Windows color (decimal): -9272726 or 6980210. OLE color: 6980210.

HSL color Cylindrical-coordinate representation of color #72826A: hue angle of 100º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72826A is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB114130106-
CMYK0.1200.180.49
HSL100º10.17%46.27%-
HSV(B)100º18.46%50.98%-
XYZ17.5220.5816.69-
YUV122.48118.7121.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=32.57%
G=37.14%
B=30.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141301060.1200.180.4910010.1746.27
Hex72826AC0123164a2e
Octal16220215214022611441256
Binary1110010100000101101010110001001011000111001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,130,106); }

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

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

 a { background-color: rgb(114,130,106); }

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

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

 span { border-color: rgb(114,130,106); }

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