#786D50

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

Shades of Peat #786D50

Tints of Peat #786D50

Color information

#786D50 (or 0x786D50) is unknown color: approx Peat. HEX triplet: 78, 6D and 50. RGB value is (120,109,80). Sum of RGB (Red+Green+Blue) = 120+109+80=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #786D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D50 is #8792AF. Grayscale: #6D6D6D. Windows color (decimal): -8884912 or 5270904. OLE color: 5270904.

HSL color Cylindrical-coordinate representation of color #786D50: hue angle of 43.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #786D50 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB12010980-
CMYK00.090.330.53
HSL43.5º20%39.22%-
HSV(B)43.5º33.33%47.06%-
XYZ14.6615.519.81-
YUV108.98111.64135.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=38.83%
G=35.28%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201098000.090.330.5343.52039.22
Hex786D500921352c1427
Octal1701551200114165542447
Binary1111000110110110100000100110000111010110110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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