#747056

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

Shades of Peat #747056

Tints of Peat #747056

Color information

#747056 (or 0x747056) is unknown color: approx Peat. HEX triplet: 74, 70 and 56. RGB value is (116,112,86). Sum of RGB (Red+Green+Blue) = 116+112+86=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #747056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747056 is #8B8FA9. Grayscale: #6E6E6E. Windows color (decimal): -9146282 or 5664884. OLE color: 5664884.

HSL color Cylindrical-coordinate representation of color #747056: hue angle of 52º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #747056 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB11611286-
CMYK00.030.260.55
HSL52º14.85%39.61%-
HSV(B)52º25.86%45.49%-
XYZ14.6815.9711.11-
YUV110.23114.33132.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=36.94%
G=35.67%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161128600.030.260.555214.8539.61
Hex747056031A3734f28
Octal164160126033267641750
Binary111010011100001010110011110101101111101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747056; }

 p { color: rgb(116,112,86); }

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

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

 a { background-color: rgb(116,112,86); }

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

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

 span { border-color: rgb(116,112,86); }

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