Html Css Color HEX #786F52 Peat

📋 copy color: '#786F52'

red 120 ◦ green 111 ◦ blue 82

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

Shades of Peat #786F52

Tints of Peat #786F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

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

R = 38.34%
G = 35.46%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#786F52 (or 0x786F52) is known color: Peat. HEX triplet: 78, 6F and 52. RGB value is (120,111,82). Sum of RGB (Red+Green+Blue) = 120+111+82=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #786F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F52 is #8790AD. Grayscale: #6E6E6E. Windows color (decimal): -8884398 or 5402488. OLE color: 5402488.

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

Color convert

RGB 120 111 82 -
CMYK 0 0.08 0.32 0.53
HSL 45.79º 0.19% 0.4% -
HSV(B) 45.79º 0.32% 0.47% -
XYZ 14.95 15.97 10.28 -
YUV 110.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 120 111 82 0 0.08 0.32 0.53 45.79 0.19 0.4
Hex 78 6F 52 0 8 20 35 2E 13 28
Octal 170 157 122 0 10 40 65 56 23 50
Binary 1111000 1101111 1010010 0 1000 100000 110101 101110 10011 101000

Color Harmonies of #786F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F52

Black with #786F52

Text Example


Text Example

White with #786F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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