#786F53

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

Shades of Peat #786F53

Tints of Peat #786F53

Color information

#786F53 (or 0x786F53) is unknown color: approx Peat. HEX triplet: 78, 6F and 53. RGB value is (120,111,83). Sum of RGB (Red+Green+Blue) = 120+111+83=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #786F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F53 is #8790AC. Grayscale: #6E6E6E. Windows color (decimal): -8884397 or 5468024. OLE color: 5468024.

HSL color Cylindrical-coordinate representation of color #786F53: hue angle of 45.41º 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 #786F53 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB12011183-
CMYK00.080.310.53
HSL45.41º18.23%39.8%-
HSV(B)45.41º30.83%47.06%-
XYZ14.9915.9910.48-
YUV110.5112.48134.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=38.22%
G=35.35%
B=26.43%

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
Decimal1201118300.080.310.5345.4118.2339.8
Hex786F53081F352d1228
Octal1701571230103765552250
Binary111100011011111010011010001111111010110110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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