#746C50

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

Shades of Peat #746C50

Tints of Peat #746C50

Color information

#746C50 (or 0x746C50) is unknown color: approx Peat. HEX triplet: 74, 6C and 50. RGB value is (116,108,80). Sum of RGB (Red+Green+Blue) = 116+108+80=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #746C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C50 is #8B93AF. Grayscale: #6B6B6B. Windows color (decimal): -9147312 or 5270644. OLE color: 5270644.

HSL color Cylindrical-coordinate representation of color #746C50: hue angle of 46.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746C50 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB11610880-
CMYK00.070.310.55
HSL46.67º18.37%38.43%-
HSV(B)46.67º31.03%45.49%-
XYZ14.0115.029.75-
YUV107.2112.65134.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=38.16%
G=35.53%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161088000.070.310.5546.6718.3738.43
Hex746C50071F372f1226
Octal164154120073767572246
Binary11101001101100101000001111111111011110111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,108,80); }

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

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

 a { background-color: rgb(116,108,80); }

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

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

 span { border-color: rgb(116,108,80); }

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