Html Css Color HEX #786D52 Peat

📋 copy color: '#786D52'

red 120 ◦ green 109 ◦ blue 82

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

Shades of Peat #786D52

Tints of Peat #786D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.37%

R = 38.59%
G = 35.05%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#786D52 (or 0x786D52) is known color: Peat. HEX triplet: 78, 6D and 52. RGB value is (120,109,82). Sum of RGB (Red+Green+Blue) = 120+109+82=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #786D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D52 is #8792AD. Grayscale: #6D6D6D. Windows color (decimal): -8884910 or 5401976. OLE color: 5401976.

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

Color convert

RGB 120 109 82 -
CMYK 0 0.09 0.32 0.53
HSL 42.63º 0.19% 0.4% -
HSV(B) 42.63º 0.32% 0.47% -
XYZ 14.74 15.54 10.21 -
YUV 109.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 120 109 82 0 0.09 0.32 0.53 42.63 0.19 0.4
Hex 78 6D 52 0 9 20 35 2B 13 28
Octal 170 155 122 0 11 40 65 53 23 50
Binary 1111000 1101101 1010010 0 1001 100000 110101 101011 10011 101000

Color Harmonies of #786D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D52

Black with #786D52

Text Example


Text Example

White with #786D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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