#786F51

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

Shades of Peat #786F51

Tints of Peat #786F51

Color information

#786F51 (or 0x786F51) is unknown color: approx Peat. HEX triplet: 78, 6F and 51. RGB value is (120,111,81). Sum of RGB (Red+Green+Blue) = 120+111+81=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #786F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F51 is #8790AE. Grayscale: #6E6E6E. Windows color (decimal): -8884399 or 5336952. OLE color: 5336952.

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

Color convert

RGB12011181-
CMYK00.080.320.53
HSL46.15º19.4%39.41%-
HSV(B)46.15º32.5%47.06%-
XYZ14.9215.9610.08-
YUV110.27111.48134.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 81 (32.03% from 255) = 25.96%
R=38.46%
G=35.58%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201118100.080.320.5346.1519.439.41
Hex786F510820352e1327
Octal1701571210104065562347
Binary1111000110111110100010100010000011010110111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,111,81); }

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

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

 a { background-color: rgb(120,111,81); }

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

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

 span { border-color: rgb(120,111,81); }

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