#726D58

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

Shades of Peat #726D58

Tints of Peat #726D58

Color information

#726D58 (or 0x726D58) is unknown color: approx Peat. HEX triplet: 72, 6D and 58. RGB value is (114,109,88). Sum of RGB (Red+Green+Blue) = 114+109+88=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #726D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D58 is #8D92A7. Grayscale: #6C6C6C. Windows color (decimal): -9278120 or 5795186. OLE color: 5795186.

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

Color convert

RGB11410988-
CMYK00.040.230.55
HSL48.46º12.87%39.61%-
HSV(B)48.46º22.81%44.71%-
XYZ14.1715.2211.42-
YUV108.1116.66132.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=36.66%
G=35.05%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141098800.040.230.5548.4612.8739.61
Hex726D5804173730d28
Octal162155130042767601550
Binary1110010110110110110000100101111101111100001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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