#756D50

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

Shades of Peat #756D50

Tints of Peat #756D50

Color information

#756D50 (or 0x756D50) is unknown color: approx Peat. HEX triplet: 75, 6D and 50. RGB value is (117,109,80). Sum of RGB (Red+Green+Blue) = 117+109+80=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D50 is #8A92AF. Grayscale: #6C6C6C. Windows color (decimal): -9081520 or 5270901. OLE color: 5270901.

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

Color convert

RGB11710980-
CMYK00.070.320.54
HSL47.03º18.78%38.63%-
HSV(B)47.03º31.62%45.88%-
XYZ14.2515.39.79-
YUV108.09112.15134.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=38.24%
G=35.62%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171098000.070.320.5447.0318.7838.63
Hex756D500720362f1327
Octal165155120074066572347
Binary111010111011011010000011110000011011010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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