#726D57

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

Shades of Peat #726D57

Tints of Peat #726D57

Color information

#726D57 (or 0x726D57) is unknown color: approx Peat. HEX triplet: 72, 6D and 57. RGB value is (114,109,87). Sum of RGB (Red+Green+Blue) = 114+109+87=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #726D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D57 is #8D92A8. Grayscale: #6C6C6C. Windows color (decimal): -9278121 or 5729650. OLE color: 5729650.

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

Color convert

RGB11410987-
CMYK00.040.240.55
HSL48.89º13.43%39.41%-
HSV(B)48.89º23.68%44.71%-
XYZ14.1315.211.21-
YUV107.99116.16132.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 87 (34.38% from 255) = 28.06%
R=36.77%
G=35.16%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141098700.040.240.5548.8913.4339.41
Hex726D5704183731d27
Octal162155127043067611547
Binary1110010110110110101110100110001101111100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,109,87); }

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

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

 a { background-color: rgb(114,109,87); }

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

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

 span { border-color: rgb(114,109,87); }

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