#787055

Color #787055 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #787055

Tints of Peat #787055

Color information

#787055 (or 0x787055) is unknown color: approx Peat. HEX triplet: 78, 70 and 55. RGB value is (120,112,85). Sum of RGB (Red+Green+Blue) = 120+112+85=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #787055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787055 is #878FAA. Grayscale: #6F6F6F. Windows color (decimal): -8884139 or 5599352. OLE color: 5599352.

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

Color convert

RGB12011285-
CMYK00.070.290.53
HSL46.29º17.07%40.2%-
HSV(B)46.29º29.17%47.06%-
XYZ15.1816.2410.93-
YUV111.31113.15134.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=37.85%
G=35.33%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201128500.070.290.5346.2917.0740.2
Hex787055071D352e1128
Octal170160125073565562150
Binary11110001110000101010101111110111010110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787055; }

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

 H1.HeaderClassName
 {
   color: #787055;
 }
 .AnyTagClassName
 {
   color: #787055;
 }
</style>
background-color css

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

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

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

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

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

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