#756E58

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

Shades of Peat #756E58

Tints of Peat #756E58

Color information

#756E58 (or 0x756E58) is unknown color: approx Peat. HEX triplet: 75, 6E and 58. RGB value is (117,110,88). Sum of RGB (Red+Green+Blue) = 117+110+88=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E58 is #8A91A7. Grayscale: #6D6D6D. Windows color (decimal): -9081256 or 5795445. OLE color: 5795445.

HSL color Cylindrical-coordinate representation of color #756E58: hue angle of 45.52º 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 #756E58 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB11711088-
CMYK00.060.250.54
HSL45.52º14.15%40.2%-
HSV(B)45.52º24.79%45.88%-
XYZ14.6715.6411.48-
YUV109.58115.82133.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=37.14%
G=34.92%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171108800.060.250.5445.5214.1540.2
Hex756E580619362ee28
Octal165156130063166561650
Binary1110101110111010110000110110011101101011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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