#726A56

Color #726A56 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #726A56

Tints of Peat #726A56

Color information

#726A56 (or 0x726A56) is unknown color: approx Peat. HEX triplet: 72, 6A and 56. RGB value is (114,106,86). Sum of RGB (Red+Green+Blue) = 114+106+86=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #726A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A56 is #8D95A9. Grayscale: #6A6A6A. Windows color (decimal): -9278890 or 5663346. OLE color: 5663346.

HSL color Cylindrical-coordinate representation of color #726A56: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726A56 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB11410686-
CMYK00.070.250.55
HSL42.86º14%39.22%-
HSV(B)42.86º24.56%44.71%-
XYZ13.7714.5610.89-
YUV106.11116.65133.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=37.25%
G=34.64%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141068600.070.250.5542.861439.22
Hex726A560719372be27
Octal162152126073167531647
Binary1110010110101010101100111110011101111010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726A56; }

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

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

<style>
 a { background-color: #726A56; }

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

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

<style>
 span { border-color: #726A56; }

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

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