Html Css Color HEX #787256 Peat

📋 copy color: '#787256'

red 120 ◦ green 114 ◦ blue 86

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

Shades of Peat #787256

Tints of Peat #787256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

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

R = 37.5%
G = 35.63%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#787256 (or 0x787256) is known color: Peat. HEX triplet: 78, 72 and 56. RGB value is (120,114,86). Sum of RGB (Red+Green+Blue) = 120+114+86=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #787256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787256 is #878DA9. Grayscale: #707070. Windows color (decimal): -8883626 or 5665400. OLE color: 5665400.

HSL color Cylindrical-coordinate representation of color #787256: hue angle of 49.41º 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 #787256 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 114 86 -
CMYK 0 0.05 0.28 0.53
HSL 49.41º 0.17% 0.4% -
HSV(B) 49.41º 0.28% 0.47% -
XYZ 15.44 16.7 11.21 -
YUV 112.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 120 114 86 0 0.05 0.28 0.53 49.41 0.17 0.4
Hex 78 72 56 0 5 1C 35 31 11 28
Octal 170 162 126 0 5 34 65 61 21 50
Binary 1111000 1110010 1010110 0 101 11100 110101 110001 10001 101000

Color Harmonies of #787256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787256

Black with #787256

Text Example


Text Example

White with #787256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787256; }

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

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

background-color css

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

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

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

border-color css

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

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

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