#756E57

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

Shades of Peat #756E57

Tints of Peat #756E57

Color information

#756E57 (or 0x756E57) is unknown color: approx Peat. HEX triplet: 75, 6E and 57. RGB value is (117,110,87). Sum of RGB (Red+Green+Blue) = 117+110+87=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #756E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E57 is #8A91A8. Grayscale: #6D6D6D. Windows color (decimal): -9081257 or 5729909. OLE color: 5729909.

HSL color Cylindrical-coordinate representation of color #756E57: hue angle of 46º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756E57 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB11711087-
CMYK00.060.260.54
HSL46º14.71%40%-
HSV(B)46º25.64%45.88%-
XYZ14.6315.6211.26-
YUV109.47115.32133.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 87 (34.38% from 255) = 27.71%
R=37.26%
G=35.03%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171108700.060.260.544614.7140
Hex756E57061A362ef28
Octal165156127063266561750
Binary1110101110111010101110110110101101101011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756E57; }

 p { color: rgb(117,110,87); }

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

<style>
 a { background-color: #756E57; }

 a { background-color: rgb(117,110,87); }

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

<style>
 span { border-color: #756E57; }

 span { border-color: rgb(117,110,87); }

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