Html Css Color HEX #786D55 Peat

📋 copy color: '#786D55'

red 120 ◦ green 109 ◦ blue 85

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

Shades of Peat #786D55

Tints of Peat #786D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.07%

R = 38.22%
G = 34.71%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#786D55 (or 0x786D55) is known color: Peat. HEX triplet: 78, 6D and 55. RGB value is (120,109,85). Sum of RGB (Red+Green+Blue) = 120+109+85=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #786D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D55 is #8792AA. Grayscale: #6D6D6D. Windows color (decimal): -8884907 or 5598584. OLE color: 5598584.

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

Color convert

RGB 120 109 85 -
CMYK 0 0.09 0.29 0.53
HSL 41.14º 0.17% 0.4% -
HSV(B) 41.14º 0.29% 0.47% -
XYZ 14.85 15.59 10.82 -
YUV 109.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 120 109 85 0 0.09 0.29 0.53 41.14 0.17 0.4
Hex 78 6D 55 0 9 1D 35 29 11 28
Octal 170 155 125 0 11 35 65 51 21 50
Binary 1111000 1101101 1010101 0 1001 11101 110101 101001 10001 101000

Color Harmonies of #786D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D55

Black with #786D55

Text Example


Text Example

White with #786D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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