#756D58

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

Shades of Peat #756D58

Tints of Peat #756D58

Color information

#756D58 (or 0x756D58) is unknown color: approx Peat. HEX triplet: 75, 6D and 58. RGB value is (117,109,88). Sum of RGB (Red+Green+Blue) = 117+109+88=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #756D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D58 is #8A92A7. Grayscale: #6D6D6D. Windows color (decimal): -9081512 or 5795189. OLE color: 5795189.

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

Color convert

RGB11710988-
CMYK00.070.250.54
HSL43.45º14.15%40.2%-
HSV(B)43.45º24.79%45.88%-
XYZ14.5715.4211.44-
YUV109116.15133.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 88 (34.77% from 255) = 28.03%
R=37.26%
G=34.71%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171098800.070.250.5443.4514.1540.2
Hex756D580719362be28
Octal165155130073166531650
Binary1110101110110110110000111110011101101010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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