#756D55

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

Shades of Peat #756D55

Tints of Peat #756D55

Color information

#756D55 (or 0x756D55) is unknown color: approx Peat. HEX triplet: 75, 6D and 55. RGB value is (117,109,85). Sum of RGB (Red+Green+Blue) = 117+109+85=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #756D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D55 is #8A92AA. Grayscale: #6C6C6C. Windows color (decimal): -9081515 or 5598581. OLE color: 5598581.

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

Color convert

RGB11710985-
CMYK00.070.270.54
HSL45º15.84%39.61%-
HSV(B)45º27.35%45.88%-
XYZ14.4415.3810.8-
YUV108.66114.65133.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=37.62%
G=35.05%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171098500.070.270.544515.8439.61
Hex756D55071B362d1028
Octal165155125073366552050
Binary11101011101101101010101111101111011010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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