Html Css Color HEX #786D56 Peat

📋 copy color: '#786D56'

red 120 ◦ green 109 ◦ blue 86

#786D56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peat #786D56

Tints of Peat #786D56

RGB

 RED value IS 120 (47.27% from 255) = 38.1%

 GREEN value IS 109 (42.97% from 255) = 34.6%

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 38.1%
G = 34.6%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#786D56 (or 0x786D56) is known color: Peat. HEX triplet: 78, 6D and 56. RGB value is (120,109,86). Sum of RGB (Red+Green+Blue) = 120+109+86=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #786D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D56 is #8792A9. Grayscale: #6D6D6D. Windows color (decimal): -8884906 or 5664120. OLE color: 5664120.

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

Color convert

RGB 120 109 86 -
CMYK 0 0.09 0.28 0.53
HSL 40.59º 0.17% 0.4% -
HSV(B) 40.59º 0.28% 0.47% -
XYZ 14.89 15.6 11.03 -
YUV 109.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 120 109 86 0 0.09 0.28 0.53 40.59 0.17 0.4
Hex 78 6D 56 0 9 1C 35 29 11 28
Octal 170 155 126 0 11 34 65 51 21 50
Binary 1111000 1101101 1010110 0 1001 11100 110101 101001 10001 101000

Color Harmonies of #786D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D56

Black with #786D56

Text Example


Text Example

White with #786D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #786D56;
 }
 .AnyTagClassName
 {
   color: #786D56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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