#746F58

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

Shades of Peat #746F58

Tints of Peat #746F58

Color information

#746F58 (or 0x746F58) is unknown color: approx Peat. HEX triplet: 74, 6F and 58. RGB value is (116,111,88). Sum of RGB (Red+Green+Blue) = 116+111+88=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #746F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F58 is #8B90A7. Grayscale: #6D6D6D. Windows color (decimal): -9146536 or 5795700. OLE color: 5795700.

HSL color Cylindrical-coordinate representation of color #746F58: hue angle of 49.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746F58 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB11611188-
CMYK00.040.240.55
HSL49.29º13.73%40%-
HSV(B)49.29º24.14%45.49%-
XYZ14.6515.7911.51-
YUV109.87115.66132.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=36.83%
G=35.24%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161118800.040.240.5549.2913.7340
Hex746F5804183731e28
Octal164157130043067611650
Binary1110100110111110110000100110001101111100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746F58; }

 p { color: rgb(116,111,88); }

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

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

 a { background-color: rgb(116,111,88); }

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

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

 span { border-color: rgb(116,111,88); }

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