#786E53

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

Shades of Peat #786E53

Tints of Peat #786E53

Color information

#786E53 (or 0x786E53) is unknown color: approx Peat. HEX triplet: 78, 6E and 53. RGB value is (120,110,83). Sum of RGB (Red+Green+Blue) = 120+110+83=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #786E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E53 is #8791AC. Grayscale: #6E6E6E. Windows color (decimal): -8884653 or 5467768. OLE color: 5467768.

HSL color Cylindrical-coordinate representation of color #786E53: hue angle of 43.78º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #786E53 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB12011083-
CMYK00.080.310.53
HSL43.78º18.23%39.8%-
HSV(B)43.78º30.83%47.06%-
XYZ14.8815.7710.44-
YUV109.91112.81135.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=38.34%
G=35.14%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201108300.080.310.5343.7818.2339.8
Hex786E53081F352c1228
Octal1701561230103765542250
Binary111100011011101010011010001111111010110110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,110,83); }

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

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

 a { background-color: rgb(120,110,83); }

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

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

 span { border-color: rgb(120,110,83); }

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