Html Css Color HEX #787051 Peat

📋 copy color: '#787051'

red 120 ◦ green 112 ◦ blue 81

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

Shades of Peat #787051

Tints of Peat #787051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

 BLUE value IS 81 (32.03% from 255) = 25.88%

R = 38.34%
G = 35.78%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#787051 (or 0x787051) is known color: Peat. HEX triplet: 78, 70 and 51. RGB value is (120,112,81). Sum of RGB (Red+Green+Blue) = 120+112+81=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #787051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787051 is #878FAE. Grayscale: #6E6E6E. Windows color (decimal): -8884143 or 5337208. OLE color: 5337208.

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

Color convert

RGB 120 112 81 -
CMYK 0 0.07 0.32 0.53
HSL 47.69º 0.19% 0.39% -
HSV(B) 47.69º 0.33% 0.47% -
XYZ 15.03 16.18 10.11 -
YUV 110.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 120 112 81 0 0.07 0.32 0.53 47.69 0.19 0.39
Hex 78 70 51 0 7 20 35 30 13 27
Octal 170 160 121 0 7 40 65 60 23 47
Binary 1111000 1110000 1010001 0 111 100000 110101 110000 10011 100111

Color Harmonies of #787051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787051

Black with #787051

Text Example


Text Example

White with #787051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787051; }

 p { color: rgb(120,112,81); }

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

background-color css

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

 a { background-color: rgb(120,112,81); }

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

border-color css

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

 span { border-color: rgb(120,112,81); }

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