#756F58

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

Shades of Peat #756F58

Tints of Peat #756F58

Color information

#756F58 (or 0x756F58) is unknown color: approx Peat. HEX triplet: 75, 6F and 58. RGB value is (117,111,88). Sum of RGB (Red+Green+Blue) = 117+111+88=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F58 is #8A90A7. Grayscale: #6E6E6E. Windows color (decimal): -9081000 or 5795701. OLE color: 5795701.

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

Color convert

RGB11711188-
CMYK00.050.250.54
HSL47.59º14.15%40.2%-
HSV(B)47.59º24.79%45.88%-
XYZ14.7815.8611.51-
YUV110.17115.49132.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=37.03%
G=35.13%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171118800.050.250.5447.5914.1540.2
Hex756F5805193630e28
Octal165157130053166601650
Binary1110101110111110110000101110011101101100001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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